From 09b5c6e3d923f8e943133320396312b02f7d3b61 Mon Sep 17 00:00:00 2001 From: AvalonC <57788292+AvalonC@users.noreply.github.com> Date: Sat, 23 Mar 2024 00:35:46 +0800 Subject: [PATCH] Update config.ts --- src/.vuepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/config.ts b/src/.vuepress/config.ts index 212b977..7155288 100644 --- a/src/.vuepress/config.ts +++ b/src/.vuepress/config.ts @@ -3,7 +3,7 @@ import theme from "./theme.js"; export default defineUserConfig({ head:[ - ["script", {src: "/navigator-jyutping/js/soundplay.js"}], + ["script", {src: "/navigator_jyutping/js/soundplay.js"}], ], base: "/navigator_jyutping/",