diff options
author | 2022-07-12 16:20:08 +0000 | |
---|---|---|
committer | 2022-07-12 16:20:08 +0000 | |
commit | 0751be81e50f1867dd773731070e7301d5adc54b (patch) | |
tree | 8208f415a834c840a8ffd4e66d352af3924f1b80 /examples/blog/astro.config.mjs | |
parent | ba67a924cab9a99b358cd9d730b9f618f4db5a7e (diff) | |
download | astro-0751be81e50f1867dd773731070e7301d5adc54b.tar.gz astro-0751be81e50f1867dd773731070e7301d5adc54b.tar.zst astro-0751be81e50f1867dd773731070e7301d5adc54b.zip |
[ci] formatastro@1.0.0-beta.69@astrojs/vue@0.3.1@astrojs/vercel@0.2.6@astrojs/telemetry@0.3.1@astrojs/tailwind@0.2.4@astrojs/svelte@0.3.1@astrojs/solid-js@0.3.1@astrojs/sitemap@0.2.6@astrojs/react@0.3.1@astrojs/prefetch@0.0.5@astrojs/preact@0.4.1@astrojs/partytown@0.1.8@astrojs/node@0.1.6@astrojs/netlify@0.4.10@astrojs/mdx@0.1.1@astrojs/markdown-remark@0.11.5@astrojs/image@0.1.2@astrojs/deno@0.1.10@astrojs/cloudflare@0.2.4
Diffstat (limited to 'examples/blog/astro.config.mjs')
-rw-r--r-- | examples/blog/astro.config.mjs | 4 |
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({ |