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