Skip to content

Commit

Permalink
Add /.well-known/assetlinks.json to webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed May 7, 2024
1 parent 27d4e1d commit 9b988f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ module.exports = (env, argv) => {
new CopyWebpackPlugin({
patterns: [
"res/apple-app-site-association",
"res/.well-known/assetlinks.json",
"res/jitsi_external_api.min.js",
"res/jitsi_external_api.min.js.LICENSE.txt",
"res/manifest.json",
Expand Down

0 comments on commit 9b988f7

Please sign in to comment.