diff options
| author | William Hergès <william@herges.fr> | 2025-08-09 13:50:32 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-09 13:50:32 +0200 |
| commit | cbf9a7b672fce0943cc6306c506dda3ab1c1024e (patch) | |
| tree | 0542f92eb8912bb6fbfeb6bae692134bdae4a175 /astro.config.mjs | |
| parent | b4ce4105535bc9f276570fadfdfc1a9b28aac699 (diff) | |
chore(format): install prettier
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index e762ba5..17f6a62 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,5 +1,5 @@ // @ts-check -import { defineConfig } from 'astro/config'; +import { defineConfig } from "astro/config"; // https://astro.build/config export default defineConfig({}); |
