diff options
Diffstat (limited to 'examples/subpath/astro.config.mjs')
-rw-r--r-- | examples/subpath/astro.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/subpath/astro.config.mjs b/examples/subpath/astro.config.mjs index 989f60121..7a7a3ed2d 100644 --- a/examples/subpath/astro.config.mjs +++ b/examples/subpath/astro.config.mjs @@ -10,7 +10,7 @@ export default /** @type {import('astro').AstroUserConfig} */ ({ // Comment out "renderers: []" to enable Astro's default component support. buildOptions: { - site: 'http://example.com/blog' + site: 'http://example.com/blog', }, renderers: ['@astrojs/renderer-react'], }); |