summaryrefslogtreecommitdiff
path: root/examples/subpath/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-11-15 15:35:07 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-11-15 15:35:07 +0000
commitb49f9a525e5eb9f497259a50c73af9e370f618be (patch)
tree581db8f29f3769daa7d47bf1201c5a94894fdef0 /examples/subpath/astro.config.mjs
parentfca1a99dbdcc32aa130de29917629ad2fa397369 (diff)
downloadastro-b49f9a525e5eb9f497259a50c73af9e370f618be.tar.gz
astro-b49f9a525e5eb9f497259a50c73af9e370f618be.tar.zst
astro-b49f9a525e5eb9f497259a50c73af9e370f618be.zip
[ci] yarn format
Diffstat (limited to 'examples/subpath/astro.config.mjs')
-rw-r--r--examples/subpath/astro.config.mjs2
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'],
});