Skip to content

Commit

Permalink
fix: static files, service worker and cache
Browse files Browse the repository at this point in the history
  • Loading branch information
raaymax committed Mar 23, 2024
1 parent 9cb69b6 commit 9d714dc
Show file tree
Hide file tree
Showing 53 changed files with 101 additions and 7,108 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ chat.config.js
secrets.json
uploads
todo.txt
tsconfig.tsbuildinfo
2 changes: 1 addition & 1 deletion migrations/20220509210354-create-default-users.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
login: 'admin',
password: genHash('123'),
name: 'Admin',
avatarUrl: '/assets/avatar.png',
avatarUrl: '/avatar.png',
},
]);
}
Expand Down
2 changes: 1 addition & 1 deletion migrations/20221214094851-add-system-users.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
{
login: 'system',
name: 'System',
avatarUrl: 'https://chat.codecat.io/assets/icon.png',
avatarUrl: '/icon.png',
},
]);
},
Expand Down
Loading

0 comments on commit 9d714dc

Please sign in to comment.