🐛 Fix missing baseURL

This commit is contained in:
LittleSheep 2025-03-22 23:52:57 +08:00
parent 2306ec893b
commit 266b14f169

View File

@ -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,
}, },