first commit
This commit is contained in:
@@ -19,7 +19,7 @@ export default defineNuxtConfig({
|
||||
app: {
|
||||
head: {
|
||||
htmlAttrs: {
|
||||
lang: 'en'
|
||||
lang: 'fr'
|
||||
},
|
||||
title: 'SupaNuxt SaaS',
|
||||
link: [
|
||||
@@ -52,11 +52,18 @@ export default defineNuxtConfig({
|
||||
initialPlanName: 'Free Trial',
|
||||
initialPlanActiveMonths: 1,
|
||||
openAIKey: process.env.OPENAI_API_KEY,
|
||||
/*app: {
|
||||
baseURL: 'https://vsc.arrondeau.fr/'
|
||||
},*/
|
||||
public: {
|
||||
debugMode: true,
|
||||
siteRootUrl: process.env.URL || 'http://localhost:3000' // URL env variable is provided by netlify by default
|
||||
//siteRootUrl: process.env.URL || 'http://localhost:5500' // URL env variable is provided by netlify by default
|
||||
siteRootUrl: 'https://vsc.arrondeau.fr/'
|
||||
}
|
||||
},
|
||||
devServer: {
|
||||
port: 3000
|
||||
},
|
||||
supabase: {
|
||||
redirect: false,
|
||||
redirectOptions: {
|
||||
|
||||
Reference in New Issue
Block a user