update
This commit is contained in:
parent
f608a91730
commit
7b57b1b12c
21 changed files with 39 additions and 49 deletions
16
web/astro.js
16
web/astro.js
|
@ -19,8 +19,8 @@ export default defineConfig({
|
|||
host: true
|
||||
},
|
||||
// Use Server-Side Rendering
|
||||
output: 'server',
|
||||
adapter: bun(),
|
||||
output: 'server',
|
||||
// Experimental
|
||||
experimental: {
|
||||
clientPrerender: true,
|
||||
|
@ -32,15 +32,7 @@ export default defineConfig({
|
|||
defaultStrategy: "viewport"
|
||||
},
|
||||
// Security and Other Options
|
||||
devToolbar: {
|
||||
enabled: false
|
||||
},
|
||||
security: {
|
||||
checkOrigin: true
|
||||
},
|
||||
vite: {
|
||||
server: {
|
||||
hmr: false // Auto Reload
|
||||
}
|
||||
}
|
||||
devToolbar: {enabled: false},
|
||||
security: {checkOrigin: true},
|
||||
vite: {server: {hmr: false}}
|
||||
})
|
0
web/layouts/Default.astro
Normal file
0
web/layouts/Default.astro
Normal file
0
web/layouts/Markdown.astro
Normal file
0
web/layouts/Markdown.astro
Normal file
0
web/layouts/Settings.astro
Normal file
0
web/layouts/Settings.astro
Normal file
0
web/pages/api/auth/confirm.ts
Normal file
0
web/pages/api/auth/confirm.ts
Normal file
0
web/pages/api/auth/login.ts
Normal file
0
web/pages/api/auth/login.ts
Normal file
0
web/pages/api/auth/logout.ts
Normal file
0
web/pages/api/auth/logout.ts
Normal file
0
web/pages/api/auth/register.ts
Normal file
0
web/pages/api/auth/register.ts
Normal file
0
web/pages/api/language/en.astro
Normal file
0
web/pages/api/language/en.astro
Normal file
0
web/pages/api/language/jp.astro
Normal file
0
web/pages/api/language/jp.astro
Normal file
0
web/pages/api/player/milieu/disable.astro
Normal file
0
web/pages/api/player/milieu/disable.astro
Normal file
0
web/pages/api/player/milieu/enable.astro
Normal file
0
web/pages/api/player/milieu/enable.astro
Normal file
0
web/pages/api/telemtry/disable.astro
Normal file
0
web/pages/api/telemtry/disable.astro
Normal file
0
web/pages/api/telemtry/enable.astro
Normal file
0
web/pages/api/telemtry/enable.astro
Normal file
0
web/pages/api/update/email.ts
Normal file
0
web/pages/api/update/email.ts
Normal file
0
web/pages/api/update/name.ts
Normal file
0
web/pages/api/update/name.ts
Normal file
0
web/pages/api/update/subscription/add.astro
Normal file
0
web/pages/api/update/subscription/add.astro
Normal file
0
web/pages/api/update/subscription/remove.astro
Normal file
0
web/pages/api/update/subscription/remove.astro
Normal file
0
web/pages/index.astro
Normal file
0
web/pages/index.astro
Normal file
Reference in a new issue