Skip to content

Commit

Permalink
fix glob patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Oct 25, 2023
1 parent 3182989 commit 65eb601
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/src/assets/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -417,4 +417,5 @@
text-align: center;
font-size: 14px;
color: hsl(var(--text-secondary));
transform: translateY(4px);
}
1 change: 0 additions & 1 deletion app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default defineConfig({
globPatterns: [
// except for sw.js, which is precached by workbox itself
'**/*.{js,css,html,png,svg,ico,webp}',
'!sw.js',
],
globDirectory: 'dist',
swDest: 'dist/sw.js',
Expand Down

0 comments on commit 65eb601

Please sign in to comment.