update base url

This commit is contained in:
Daniel Ledda
2024-06-02 15:52:45 +02:00
parent 275ebc2fd5
commit cac5d1c5e0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
export default { export default {
DEVELOPMENT: true, DEVELOPMENT: true,
BASE_URL: "/" BASE_URL: "/"
}; };

View File

@@ -1,4 +1,4 @@
export default { export default {
DEVELOPMENT: false, DEVELOPMENT: false,
BASE_URL: "/drum-slayer/" BASE_URL: "/"
}; };