summaryrefslogtreecommitdiff
path: root/examples/subpath/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/subpath/astro.config.mjs')
-rw-r--r--examples/subpath/astro.config.mjs4
1 files changed, 1 insertions, 3 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',
});