Skip to content

Commit

Permalink
Astro v5 upgrade and contact form server island
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanMarAntonsson committed Dec 12, 2024
1 parent 4b47ce1 commit a4a2e04
Show file tree
Hide file tree
Showing 7 changed files with 1,991 additions and 1,320 deletions.
1 change: 1 addition & 0 deletions .astro/content-assets.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default new Map();
1 change: 1 addition & 0 deletions .astro/content-modules.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default new Map();
1 change: 1 addition & 0 deletions .astro/data-store.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[["Map",1,2],"meta::meta",["Map",3,4],"astro-version","5.0.5"]
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import sitemap from '@astrojs/sitemap';
export default defineConfig({
site: 'https://alexsguardian.net',
compressHTML: true,
output: "hybrid",
output: "static",
adapter: node({
mode: 'standalone',
}),
Expand Down
Loading

0 comments on commit a4a2e04

Please sign in to comment.