0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-14 23:51:49 -05:00

Fix codeblock formatting in i18n.domains comments (#13398)

This commit is contained in:
Yan 2025-03-11 12:33:42 -03:00 committed by GitHub
parent 9bfa6e6d8b
commit 386efb3310
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1633,9 +1633,9 @@ export interface ViteUserConfig extends OriginalViteUserConfig {
* export default defineConfig({
* site: "https://example.com",
* output: "server", // required, with no prerendered pages
* adapter: node({
* mode: 'standalone',
* }),
* adapter: node({
* mode: 'standalone',
* }),
* i18n: {
* defaultLocale: "en",
* locales: ["en", "fr", "pt-br", "es"],