Configure Node SSR adapter, sitemap, and add .gitignore

This commit is contained in:
root
2026-07-28 09:44:08 -07:00
parent 2a9e780826
commit 8e9f50fed6
4 changed files with 400 additions and 109 deletions

View File

@@ -12,6 +12,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^7.1.4"
"@astrojs/node": "^11.0.2",
"@astrojs/sitemap": "^3.7.3",
"astro": "^7.1.4",
"dotenv": "^17.4.2"
}
}
}