Skip to content

Commit

Permalink
Update allowed hosts for webpach config.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalenkevich committed Apr 4, 2024
1 parent c7e3744 commit 0eea0ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ module.exports = {
'Cross-Origin-Opener-Policy': 'same-origin',
'Cross-Origin-Embedder-Policy': 'require-corp',
},
allowedHosts: [
'.ondigitalocean.app',
'.kalenkevich.com',
],
},
module: {
rules: [
Expand Down

0 comments on commit 0eea0ba

Please sign in to comment.