chore: fix urls
This commit is contained in:
parent
7fac1c97a8
commit
d16a0ce958
2 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script>
|
<script></script>
|
||||||
</script>
|
|
||||||
<script>
|
<script>
|
||||||
(function() {
|
(function() {
|
||||||
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
|
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
APPNAME: GenAdmin
|
APPNAME: GenAdmin
|
||||||
|
APPHOME: /genadmin
|
||||||
ASSETS_PATH: /assets
|
ASSETS_PATH: /assets
|
||||||
DATA_PATH: /assets/data
|
DATA_PATH: /assets/data
|
||||||
# DATA_URL: ${DATA_PATH}/dist/info.json
|
# DATA_URL: ${DATA_PATH}/dist/info.json
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue