forked from urvishpatelce/lxd-app
initialize Project
This commit is contained in:
16
frontend/nuxt.config.ts
Normal file
16
frontend/nuxt.config.ts
Normal file
@ -0,0 +1,16 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-05-15',
|
||||
devtools: { enabled: true },
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
siteUrl: process.env.SITE_URL,
|
||||
backendUrl: process.env.BACKEND_URL,
|
||||
apiVersion: process.env.API_VERSION,
|
||||
apiUrl: `${process.env.BACKEND_URL}/${process.env.API_VERSION}`
|
||||
}
|
||||
},
|
||||
css: [
|
||||
'~/assets/css/common.css' // Path to your global CSS file
|
||||
],
|
||||
})
|
||||
Reference in New Issue
Block a user