Skip to content

Commit 6f4bdcc

Browse files
committed
hotfix: revert
1 parent e9884af commit 6f4bdcc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.html

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
type="module"
1616
src="https://md-block.verou.me/md-block.js"
1717
></script>
18-
<script src="/assets/js/elements.js"></script>
1918
<script type="module" src="./assets/js/script.js" defer></script>
2019
</head>
2120
<body>

vite.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { defineConfig } = require("vite");
22

33
module.exports = defineConfig({
4-
// base: "/desktop-web/",
4+
base: "/desktop-web/",
55
build: {
66
rollupOptions: {
77
input: "./index.html",

0 commit comments

Comments
 (0)