summaryrefslogtreecommitdiff
path: root/examples/blog/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar Drew Powers <1369770+drwpow@users.noreply.github.com> 2021-05-17 17:45:41 -0500
committerGravatar GitHub <noreply@github.com> 2021-05-17 17:45:41 -0500
commitd6cedac38e25fbec8425e020c16393fd70f0adf6 (patch)
tree4bda69f8ec6ab76d75f1f98b141886ce5305df4d /examples/blog/astro.config.mjs
parentd8a78298f354e775c1a3ad8b2d44e372969b0c39 (diff)
downloadastro-d6cedac38e25fbec8425e020c16393fd70f0adf6.tar.gz
astro-d6cedac38e25fbec8425e020c16393fd70f0adf6.tar.zst
astro-d6cedac38e25fbec8425e020c16393fd70f0adf6.zip
Improve blog template (#217)
Diffstat (limited to 'examples/blog/astro.config.mjs')
-rw-r--r--examples/blog/astro.config.mjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/astro.config.mjs b/examples/blog/astro.config.mjs
index 2f34788e5..89416b20f 100644
--- a/examples/blog/astro.config.mjs
+++ b/examples/blog/astro.config.mjs
@@ -2,9 +2,9 @@ export default {
projectRoot: '.',
public: './public',
dist: './dist',
- buildOptions:{
+ buildOptions: {
sitemap: true,
- site: 'https://muppet-blog.github.io/',
+ site: 'https://mysite.dev/', // change
},
astroRoot: './src',
};