From 73fd3c30e21a77228ecd55eb9fae2ed7d9afe851 Mon Sep 17 00:00:00 2001 From: xfy Date: Thu, 4 Jun 2026 17:34:12 +0800 Subject: [PATCH] build: remove obsolete WASM path fix and tracked index.html --- Makefile | 3 --- public/index.html | 14 -------------- 2 files changed, 17 deletions(-) delete mode 100644 public/index.html diff --git a/Makefile b/Makefile index b0e1475..83c51d7 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,6 @@ build: @$(MAKE) highlight-css @tailwindcss -i input.css -o public/style.css --minify @dx build --release --wasm-split - @echo "Fixing WASM paths for production..." - @python3 scripts/fix-wasm-paths.py - @echo "WASM paths fixed." highlight-css: @cargo run --bin generate_highlight_css diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 3daaa71..0000000 --- a/public/index.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - Yggdrasil Blog - - -
- - -