diff options
author | 2022-04-02 13:37:28 -0600 | |
---|---|---|
committer | 2022-04-02 13:37:28 -0600 | |
commit | 3483cc228575b589cb7bb5d0ea0c5c619fa177b7 (patch) | |
tree | c4d9002bc8f975fbd11eaad640b4b880d4637336 /examples/blog/astro.config.mjs | |
parent | bae719505d4ac447ba9ca7a16becf26c3d7f67d5 (diff) | |
download | astro-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.mjs | 2 |
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', }); |