tweak app clip AASA (#4641)
This commit is contained in:
parent
58a9dceb33
commit
b75341314c
2 changed files with 12 additions and 3 deletions
|
@ -5,6 +5,15 @@ import {AppContext} from '../context.js'
|
|||
export default function (ctx: AppContext, app: Express) {
|
||||
return app.get('/.well-known/apple-app-site-association', (req, res) => {
|
||||
res.json({
|
||||
applinks: {
|
||||
apps: [],
|
||||
details: [
|
||||
{
|
||||
appID: 'B3LX46C5HS.xyz.blueskyweb.app',
|
||||
paths: ['*'],
|
||||
},
|
||||
],
|
||||
},
|
||||
appclips: {
|
||||
apps: ['B3LX46C5HS.xyz.blueskyweb.app.AppClip'],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue