Skip to content

Commit

Permalink
fred pass
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Apr 2, 2022
1 parent 0c284ed commit 7e83a13
Show file tree
Hide file tree
Showing 14 changed files with 233 additions and 159 deletions.
3 changes: 2 additions & 1 deletion examples/blog/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ import preact from '@astrojs/preact';
// https://astro.build/config
export default defineConfig({
integrations: [preact()],
site: 'https://example.com/',
site: 'https://example.com',
base: '/subpath',
});
1 change: 0 additions & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
"common-ancestor-path": "^1.0.1",
"debug": "^4.3.4",
"diff": "^5.0.0",
"dset": "^3.1.1",
"eol": "^0.9.1",
"es-module-lexer": "^0.10.4",
"esbuild": "0.14.25",
Expand Down
Loading

0 comments on commit 7e83a13

Please sign in to comment.