This commit is contained in:
parent
cbe210855e
commit
6a5846b910
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ import serviceWorker from '@ayco/astro-sw'
|
|||
import * as pkg from './package.json'
|
||||
|
||||
export default defineConfig({
|
||||
output: 'static',
|
||||
output: 'server',
|
||||
adapter: node({
|
||||
mode: 'middleware',
|
||||
}),
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
export const prerender = false
|
||||
// export const prerender = false
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue