1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 08:07:51 +00:00

refactor: move the path of theme.js

This commit is contained in:
Cotes Chung 2025-05-03 16:18:52 +08:00
parent 23d953c313
commit 9f38a2dead
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
2 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ export default [
build('page'),
build('post'),
build('misc'),
build('theme', { src: `${SRC_DEFAULT}/modules`, outputName: 'Theme' }),
build('theme', { outputName: 'Theme' }),
build('app', { src: SRC_PWA, jekyll: true }),
build('sw', { src: SRC_PWA, jekyll: true })
];