Skip to content

Commit e55ae43

Browse files
author
Sam Richard
committed
Move back to static site generation
Deprecating our server build
1 parent c5af174 commit e55ae43

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

site/astro.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ aliases.push({
4040
// https://astro.build/config
4141
export default defineConfig({
4242
site: 'https://chromeos.dev',
43-
output: 'hybrid',
44-
adapter: nodejs({
45-
mode: 'middleware',
46-
}),
43+
// output: 'hybrid',
44+
// adapter: nodejs({
45+
// mode: 'middleware',
46+
// }),
4747
integrations: [
4848
svelte(),
4949
sitemap(),

0 commit comments

Comments
 (0)