Skip to content

Commit

Permalink
build(web): Update Astro config
Browse files Browse the repository at this point in the history
- Removed unnecessary root property from Astro configuration file
  • Loading branch information
SakuraIsayeki committed Feb 17, 2024
1 parent d0ea486 commit 61c3476
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nodsoft_moltenobsidian_web/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ import { defineConfig } from 'astro/config';
export default defineConfig({
site: 'https://nodsoft.github.io',
base: '/MoltenObsidian/',
root: './nodsoft_moltenobsidian_web',
output: 'static'
});

0 comments on commit 61c3476

Please sign in to comment.