Skip to content

Commit b2f730e

Browse files
committed
fix(compute-js): properly cache static assets
1 parent 53b57b0 commit b2f730e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute-js/static-publish.rc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const config = {
2222
// ],
2323
server: {
2424
publicDirPrefix: '',
25-
staticItems: ['_astro', 'images'],
25+
staticItems: ['/_astro/', '/images/', '/favicon.svg'],
2626
compression: ['br', 'gzip'],
2727
spaFile: false,
2828
notFoundPageFile: '/404.html',

0 commit comments

Comments
 (0)