mirror of
https://github.com/zoriya/flood.git
synced 2026-05-31 18:25:25 +00:00
Default baseURI to '/'
This commit is contained in:
@@ -29,5 +29,5 @@ module.exports = {
|
||||
appSrc: resolveApp('./'),
|
||||
testsSetup: resolveApp('tests/setupTests.js'),
|
||||
appNodeModules: resolveApp('node_modules'),
|
||||
servedPath: ensureSlash(userConfig.baseURI, true)
|
||||
servedPath: ensureSlash(userConfig.baseURI || '/', true)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user