Skip to content

Commit

Permalink
Add apple-app-site-association to well-known (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc <[email protected]>
  • Loading branch information
Makram95 and Marc authored May 18, 2024
1 parent 7b6a6a8 commit e7d7d6f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"applinks": {
"apps": [],
"details": [
{
"appID": "T7M5358433.ch.coredump.gfroerli",
"paths": [
"/"
]
}
]
}
}
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = {
minfy: false,
}),
new CopyWebpackPlugin({
patterns: [ { from: 'static', to: 'static' } ],
patterns: [ { from: 'static', to: 'static' }, { from: '.well-known', to: '.well-known' } ],
}),
],

Expand Down

0 comments on commit e7d7d6f

Please sign in to comment.