feat: set baseURL back to root rather than /web

This commit is contained in:
SauceyRed 2025-05-28 22:36:14 +02:00
parent 508af36704
commit 585e79dac6
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

View file

@ -10,7 +10,7 @@ export default defineNuxtConfig({
E.g.: baseURL set to "/web" would host at https://gorb.app/web E.g.: baseURL set to "/web" would host at https://gorb.app/web
Default is "/" (aka root), which hosts at https://gorb.app/ Default is "/" (aka root), which hosts at https://gorb.app/
*/ */
baseURL: "/web" baseURL: "/"
}, },
runtimeConfig: { runtimeConfig: {
public: { public: {