Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
e16e8e974fa31d766d505e71b43e136fccf44aa0
/
.
/
views
/
base-path.pug
blob: 1066893119f98648c55a00a96eccff25dacbda84 [
file
] [
log
] [
blame
] [
raw
]
script
.
var
basePath
=
window
.
location
.
pathname
.
substring
(
1
)
if
(
basePath
.
indexOf
(
"beta"
)
>
-
1
)
{
window
.
resourceBaseUrl
=
basePath
+
"dist/"
}
else
{
window
.
resourceBaseUrl
=
"/dist/"
}