Изменён тип роутеров с # на /
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
|
||||
<script type="module">
|
||||
import { update_lastfm_nowplay } from './js/lastfm-nowplay.js';
|
||||
import { update_lastfm_nowplay } from '/pages/js/lastfm-nowplay.js';
|
||||
|
||||
function autorun() {
|
||||
if (!window.DEBUG) {
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
</p>
|
||||
|
||||
<script type="module">
|
||||
import { update_rev2 } from './js/rev2.js';
|
||||
import { update_rev2 } from '/pages/js/rev2.js';
|
||||
|
||||
function autorun() {
|
||||
if (!window.DEBUG) {
|
||||
|
||||
Reference in New Issue
Block a user