Skip to content

Commit

Permalink
Add apple-app-site-association to well-known
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc committed May 18, 2024
1 parent 7b6a6a8 commit 4a423a8
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 4a423a8

Please sign in to comment.