Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions site/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from 'astro/config';
import svelte from '@astrojs/svelte';
import nodejs from '@astrojs/node';
// import nodejs from '@astrojs/node';
import sitemap from '@astrojs/sitemap';
import virtual from '@rollup/plugin-virtual';
import AstroPWA from '@vite-pwa/astro';
Expand Down Expand Up @@ -40,10 +40,10 @@ aliases.push({
// https://astro.build/config
export default defineConfig({
site: 'https://chromeos.dev',
output: 'hybrid',
adapter: nodejs({
mode: 'middleware',
}),
// output: 'hybrid',
// adapter: nodejs({
// mode: 'middleware',
// }),
integrations: [
svelte(),
sitemap(),
Expand Down
4 changes: 3 additions & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"eslint-plugin-n": "^17.5.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-svelte": "^2.38.0",
"firebase-tools": "^14.17.0",
"fs-extra": "^11.2.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
Expand Down Expand Up @@ -120,5 +121,6 @@
"volta": {
"node": "20.11.1",
"pnpm": "8.6.0"
}
},
"packageManager": "[email protected]+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
}
Loading
Loading