diff options
Diffstat (limited to 'examples/subpath')
-rw-r--r-- | examples/subpath/astro.config.mjs | 4 | ||||
-rw-r--r-- | examples/subpath/package.json | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/examples/subpath/astro.config.mjs b/examples/subpath/astro.config.mjs index bb680d762..02b050efc 100644 --- a/examples/subpath/astro.config.mjs +++ b/examples/subpath/astro.config.mjs @@ -4,7 +4,5 @@ import react from '@astrojs/react'; // https://astro.build/config export default defineConfig({ integrations: [react()], - buildOptions: { - site: 'http://example.com/blog', - }, + site: 'http://example.com/blog', }); diff --git a/examples/subpath/package.json b/examples/subpath/package.json index ea792f73a..b46528388 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,9 +9,9 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/react": "^0.0.2", - "astro": "^0.25.4", - "sass": "^1.49.9" + "@astrojs/react": "^0.1.0", + "astro": "^0.26.0", + "sass": "^1.49.11" }, "dependencies": { "react": "^18.0.0", |