feat: set base URL to /web
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
SauceyRed 2025-05-26 23:22:50 +02:00
parent c73fe505a5
commit 7c89f6c272

View file

@ -9,7 +9,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: "/" baseURL: "/web"
}, },
runtimeConfig: { runtimeConfig: {
public: { public: {