summaryrefslogtreecommitdiff
path: root/examples/blog/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-07-12 16:20:08 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-07-12 16:20:08 +0000
commit0751be81e50f1867dd773731070e7301d5adc54b (patch)
tree8208f415a834c840a8ffd4e66d352af3924f1b80 /examples/blog/astro.config.mjs
parentba67a924cab9a99b358cd9d730b9f618f4db5a7e (diff)
downloadastro-0751be81e50f1867dd773731070e7301d5adc54b.tar.gz
astro-0751be81e50f1867dd773731070e7301d5adc54b.tar.zst
astro-0751be81e50f1867dd773731070e7301d5adc54b.zip
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 e514e8de2..08916b1fe 100644
--- a/examples/blog/astro.config.mjs
+++ b/examples/blog/astro.config.mjs
@@ -1,5 +1,5 @@
-import { defineConfig } from "astro/config";
-import preact from "@astrojs/preact";
+import { defineConfig } from 'astro/config';
+import preact from '@astrojs/preact';
// https://astro.build/config
export default defineConfig({