Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuangs committed Nov 14, 2024
1 parent a3bbd56 commit f5f706d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/frontend/quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ module.exports = configure(function (ctx) {
urlPattern: new RegExp('/public/'),
handler: 'NetworkOnly'
},
{
urlPattern: new RegExp('/bg/'),
handler: 'NetworkOnly'
},
{
urlPattern: /\/api\/.*/,
handler: 'NetworkFirst',
Expand Down

0 comments on commit f5f706d

Please sign in to comment.