mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
feat: vercel url in vite.config.ts
This commit is contained in:
parent
a2f94209ab
commit
ae8f5d316f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export default defineConfig({
|
|||
noExternal: ['three']
|
||||
},
|
||||
define: {
|
||||
'import.meta.env.VERCEL_ANALYTICS_ID': JSON.stringify(process.env.VERCEL_ANALYTICS_ID)
|
||||
'import.meta.env.VERCEL_URL': JSON.stringify(process.env.VERCEL_URL)
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue