feat: set baseURL back to root rather than /web
This commit is contained in:
parent
508af36704
commit
585e79dac6
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue