Skip to content

Commit 4ea2b5a

Browse files
author
hywax
committed
fix: syntax error
1 parent 38309a8 commit 4ea2b5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version: '3.8'
1313

1414
services:
1515
mafl:
16-
container_name: mafl #change as needed
16+
container_name: mafl # change as needed
1717
image: hywax/mafl
1818
restart: unless-stopped
1919
ports:

nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ export default defineNuxtConfig({
101101
iso: 'ar-SA',
102102
name: 'اللغة السعودية',
103103
file: 'ar-SA.json',
104-
}
104+
},
105105
{
106106
code: 'pl',
107107
iso: 'pl-PL',
108108
name: 'Polski',
109109
file: 'pl-pl.json',
110-
},
110+
},
111111
],
112112
strategy: 'no_prefix',
113113
langDir: 'locales',

0 commit comments

Comments
 (0)