Изменён тип роутеров с # на /

This commit is contained in:
2023-08-19 03:18:03 +03:00
parent d44badb89e
commit 34aee6e4cb
11 changed files with 195 additions and 135 deletions

View File

@@ -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) {

View File

@@ -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) {