Skip to content

Commit 386efb3

Browse files
authored
Fix codeblock formatting in i18n.domains comments (#13398)
1 parent 9bfa6e6 commit 386efb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/astro/src/types/public/config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1633,9 +1633,9 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
16331633
* export default defineConfig({
16341634
* site: "https://example.com",
16351635
* output: "server", // required, with no prerendered pages
1636-
* adapter: node({
1637-
* mode: 'standalone',
1638-
* }),
1636+
* adapter: node({
1637+
* mode: 'standalone',
1638+
* }),
16391639
* i18n: {
16401640
* defaultLocale: "en",
16411641
* locales: ["en", "fr", "pt-br", "es"],

0 commit comments

Comments
 (0)