From 7c89f6c272300b407c6617bb09167e29dfb984d9 Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Mon, 26 May 2025 23:22:50 +0200 Subject: [PATCH] feat: set base URL to /web --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 1b29f61..cafe2e0 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -9,7 +9,7 @@ export default defineNuxtConfig({ E.g.: baseURL set to "/web" would host at https://gorb.app/web Default is "/" (aka root), which hosts at https://gorb.app/ */ - baseURL: "/" + baseURL: "/web" }, runtimeConfig: { public: {