summaryrefslogtreecommitdiff
path: root/examples/blog/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-04-02 13:37:28 -0600
committerGravatar GitHub <noreply@github.com> 2022-04-02 13:37:28 -0600
commit3483cc228575b589cb7bb5d0ea0c5c619fa177b7 (patch)
treec4d9002bc8f975fbd11eaad640b4b880d4637336 /examples/blog/astro.config.mjs
parentbae719505d4ac447ba9ca7a16becf26c3d7f67d5 (diff)
downloadastro-3483cc228575b589cb7bb5d0ea0c5c619fa177b7.tar.gz
astro-3483cc228575b589cb7bb5d0ea0c5c619fa177b7.tar.zst
astro-3483cc228575b589cb7bb5d0ea0c5c619fa177b7.zip
exit prerelease mode (#2967)
Diffstat (limited to 'examples/blog/astro.config.mjs')
-rw-r--r--examples/blog/astro.config.mjs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/blog/astro.config.mjs b/examples/blog/astro.config.mjs
index be7ee7079..08916b1fe 100644
--- a/examples/blog/astro.config.mjs
+++ b/examples/blog/astro.config.mjs
@@ -4,6 +4,4 @@ import preact from '@astrojs/preact';
// https://astro.build/config
export default defineConfig({
integrations: [preact()],
- site: 'https://example.com',
- base: '/subpath',
});