Fix muse.js 404

This commit is contained in:
Mimi 2024-06-14 21:35:32 +08:00
parent ddecbe3628
commit 0708dc7e18

View File

@ -7,10 +7,6 @@
{{- next_js('motion.js') }} {{- next_js('motion.js') }}
{%- endif %} {%- endif %}
{%- if theme.scheme === 'Muse' or theme.scheme === 'Mist' %}
{{- next_js('schemes/muse.js') }}
{%- endif %}
{%- if theme.sidebar.display !== 'remove' %} {%- if theme.sidebar.display !== 'remove' %}
{{- next_js('sidebar.js') }} {{- next_js('sidebar.js') }}
{%- endif %} {%- endif %}