feat: fill pages
All checks were successful
Publish Docker Images / build-and-publish (push) Successful in 10m25s
All checks were successful
Publish Docker Images / build-and-publish (push) Successful in 10m25s
This commit is contained in:
@@ -34,7 +34,7 @@ export default defineNuxtConfig({
|
||||
locales: [
|
||||
{ code: 'en', name: 'English', language: 'en-UK', file: 'en.json' },
|
||||
{ code: 'fr', name: 'Français', language: 'fr-FR', file: 'fr.json' },
|
||||
// { code: 'lfn', name: 'Lingua Franca Nova', language: 'lfn', file: 'lfn.json' },
|
||||
// { code: 'lfn', name: 'Elefen', language: 'lfn', file: 'lfn.json' },
|
||||
// { code: 'ei', name: 'Eittlandic', language: 'ei-ST', file: 'ei.json' },
|
||||
],
|
||||
strategy: 'no_prefix',
|
||||
@@ -71,5 +71,8 @@ export default defineNuxtConfig({
|
||||
turnstile: {
|
||||
secretKey: '', // Overriden by NUXT_TURNSTILE_SECRET_KEY
|
||||
},
|
||||
public: {
|
||||
apiBase: process.env.NUXT_PUBLIC_API_BASE || 'http://localhost:3100/api',
|
||||
}
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user