Updated
This commit is contained in:
parent
4184942584
commit
afb5f3a287
66 changed files with 550 additions and 57 deletions
11
frontend/app.config.ts
Normal file
11
frontend/app.config.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { defineConfig } from '@solidjs/start/config'
|
||||
|
||||
export default defineConfig({
|
||||
ssr: false,
|
||||
server: {
|
||||
static: true,
|
||||
prerender: {
|
||||
crawlLinks: true,
|
||||
},
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue