1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-03-22 03:29:42 +01:00

fix base path

This commit is contained in:
Kushagra Gour 2024-03-26 12:10:30 +05:30
parent 46bdfd5f8f
commit 5dfa0c791e

View File

@ -23,7 +23,7 @@ export const BASE_PATH =
window.DEBUG ||
process.env.NODE_ENV === 'development'
? '/'
: '/app';
: '/create';
/* eslint-enable no-process-env */
var alphaNum = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';