From 0708dc7e18cc06a80204c0d173799dabcc45a084 Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Fri, 14 Jun 2024 21:35:32 +0800 Subject: [PATCH] Fix muse.js 404 --- layout/_scripts/index.njk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layout/_scripts/index.njk b/layout/_scripts/index.njk index e988032..878a4c0 100644 --- a/layout/_scripts/index.njk +++ b/layout/_scripts/index.njk @@ -7,10 +7,6 @@ {{- next_js('motion.js') }} {%- endif %} -{%- if theme.scheme === 'Muse' or theme.scheme === 'Mist' %} - {{- next_js('schemes/muse.js') }} -{%- endif %} - {%- if theme.sidebar.display !== 'remove' %} {{- next_js('sidebar.js') }} {%- endif %}