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:
parent
9bfa6e6d8b
commit
386efb3310
1 changed files with 3 additions and 3 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue