diff options
author | 2024-04-10 19:50:12 +0000 | |
---|---|---|
committer | 2024-04-10 19:50:12 +0000 | |
commit | 12e34e3cf5a24ef1afa427ef33c9f96b555810e5 (patch) | |
tree | 760011ca92338f1c0596917e2063982d98b0ecaa | |
parent | 51b3a6a5acb7098b9cd5a85f4ac690165853f651 (diff) | |
download | astro-12e34e3cf5a24ef1afa427ef33c9f96b555810e5.tar.gz astro-12e34e3cf5a24ef1afa427ef33c9f96b555810e5.tar.zst astro-12e34e3cf5a24ef1afa427ef33c9f96b555810e5.zip |
[ci] format
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 5ef43ff99..0650f901b 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1494,7 +1494,7 @@ export interface AstroUserConfig { * @description * * Controls the routing strategy to determine your site URLs. Set this based on your folder/URL path configuration for your default language. - * + * */ // prettier-ignore routing?: |