Skip to content

Commit

Permalink
feat: Update to Astro v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SakuraIsayeki committed Sep 18, 2023
1 parent 5e5db08 commit 0867e6a
Show file tree
Hide file tree
Showing 7 changed files with 549 additions and 657 deletions.
6 changes: 1 addition & 5 deletions nodsoft_moltenobsidian_web/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({
experimental: {
assets: true
},

export default defineConfig({
output: "static"
});
2 changes: 1 addition & 1 deletion nodsoft_moltenobsidian_web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.10.1",
"astro": "^3.0.3",
"bootstrap-icons": "^1.10.5",
"moltenobsidian-ssg-client": "link:..\\nodsoft_moltenobsidian_ssg_client",
"sass": "^1.64.2"
Expand Down
Loading

0 comments on commit 0867e6a

Please sign in to comment.