🐛 Fix missing baseURL
This commit is contained in:
parent
2306ec893b
commit
266b14f169
@ -59,6 +59,7 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
|
|
||||||
app: {
|
app: {
|
||||||
|
baseURL: "https://solsynth.dev",
|
||||||
pageTransition: { name: "page", mode: "out-in" },
|
pageTransition: { name: "page", mode: "out-in" },
|
||||||
head: {
|
head: {
|
||||||
title: "Solsynth LLC",
|
title: "Solsynth LLC",
|
||||||
@ -144,8 +145,8 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
|
|
||||||
umami: {
|
umami: {
|
||||||
id: 'eef151fb-07e2-461b-8b7f-2547aab735d4',
|
id: "eef151fb-07e2-461b-8b7f-2547aab735d4",
|
||||||
host: 'https://us.umami.is',
|
host: "https://us.umami.is",
|
||||||
autoTrack: true,
|
autoTrack: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user