Achrou / goindex-theme-acrou

This is a goindex theme.一个goindex的扩展主题。
https://ossdev.node6.workers.dev/
MIT License
1.62k stars 867 forks source link

How to use the goindex-acrou in development mode for developing the vue app. #240

Open overwatchsharma opened 3 years ago

overwatchsharma commented 3 years ago

Currently, I have to redeploy it to the workers. And I guess worker isn't using the updated code from the repo, each time it gets deployed. For example I get the error :-

GET https://cdn.jsdelivr.net/gh/overwatchsharma/goindex@2.0.8-darkmode-0.1/goindex-acrou/dist/js/chunk-0609f824.3693cd9a.js net::ERR_ABORTED 404
s.e @ app.10119232.js:1
r @ app.10119232.js:1
(anonymous) @ app.10119232.js:1
(anonymous) @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
gt @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
l @ vue-router.min.js:6
n @ vue-router.min.js:6
n @ vue-router.min.js:6
n @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
(anonymous) @ app.10119232.js:1
u @ chunk-vendors.3c185c97.js:3
(anonymous) @ chunk-vendors.3c185c97.js:3
S.forEach.t.<computed> @ chunk-vendors.3c185c97.js:3
i @ chunk-vendors.3c185c97.js:1
s @ chunk-vendors.3c185c97.js:1
(anonymous) @ chunk-vendors.3c185c97.js:1
(anonymous) @ chunk-vendors.3c185c97.js:1
(anonymous) @ app.10119232.js:1
l @ vue-router.min.js:6
n @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
(anonymous) @ chunk-vendors.3c185c97.js:1
l @ vue-router.min.js:6
n @ vue-router.min.js:6
n @ vue-router.min.js:6
yt @ vue-router.min.js:6
Rt.confirmTransition @ vue-router.min.js:6
Rt.transitionTo @ vue-router.min.js:6
e.push @ vue-router.min.js:6
(anonymous) @ vue-router.min.js:6
qt.push @ vue-router.min.js:6
s.a.push @ app.10119232.js:1
target @ chunk-6f177d7a.18d7c025.js:7
action @ chunk-6f177d7a.18d7c025.js:7
click @ chunk-6f177d7a.18d7c025.js:1
He @ vue.min.js:6
n @ vue.min.js:6
Yr.o._wrapper @ vue.min.js:6
Show 14 more frames
vue-router.min.js:6 
ChunkLoadError: Loading chunk chunk-0609f824 failed.

Any solution for the same?