Skip to content

Commit

Permalink
Fix deployment of file res/.well-known/assetlinks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed May 14, 2024
1 parent 9b988f7 commit 095c613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ module.exports = (env, argv) => {
new CopyWebpackPlugin({
patterns: [
"res/apple-app-site-association",
"res/.well-known/assetlinks.json",
{ from: ".well-known/**", context: path.resolve(__dirname, "res") },
"res/jitsi_external_api.min.js",
"res/jitsi_external_api.min.js.LICENSE.txt",
"res/manifest.json",
Expand Down

0 comments on commit 095c613

Please sign in to comment.