summaryrefslogtreecommitdiff
path: root/examples/blog/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog/astro.config.mjs')
-rw-r--r--examples/blog/astro.config.mjs3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/blog/astro.config.mjs b/examples/blog/astro.config.mjs
new file mode 100644
index 000000000..5fc4abd1c
--- /dev/null
+++ b/examples/blog/astro.config.mjs
@@ -0,0 +1,3 @@
+export default {
+ site: 'https://muppet-blog.github.io/',
+};