From 9b4380457fe1be17c0c2883c28a8132e053f1fd1 Mon Sep 17 00:00:00 2001 From: Manshawar <125840253+Manshawar@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:43:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=AD=A3=E6=B2=99=E7=9B=92?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/public/{ => sw}/manifest.json | 0 rspress.config.ts | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/public/{ => sw}/manifest.json (100%) diff --git a/docs/public/manifest.json b/docs/public/sw/manifest.json similarity index 100% rename from docs/public/manifest.json rename to docs/public/sw/manifest.json diff --git a/rspress.config.ts b/rspress.config.ts index ce42f347..d12e5dc4 100644 --- a/rspress.config.ts +++ b/rspress.config.ts @@ -13,13 +13,13 @@ export default defineConfig({ tag: 'link', attrs: { rel: "manifest", - href: "/Manshawar-blog/manifest.json" + href: "/sw/manifest.json" } }, { tag: 'script', - attrs: { src: '/Manshawar-blog/sw/service.js' }, + attrs: { src: '/sw/service.js' }, }, ] : []