You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pages deploys from the default branch root with the custom domain
17
+
`link.pythonide.xin` and enforced HTTPS.
18
+
19
+
To publish changes, copy the contents of this `link-site/` directory to that
20
+
repository root and verify the Pages deployment. The DNS record is:
21
+
22
+
```text
23
+
Type: CNAME
24
+
Host: link
25
+
Value: Python-IDE.github.io
26
+
TTL: 10 minutes
27
+
```
28
+
29
+
Do not change the root `@` or `www` records used by the main website. Do not
30
+
recreate a repository named `pythonide-link` under the previous owner because
31
+
that would break GitHub's repository-transfer redirects.
32
+
33
+
## iOS Requirement
34
+
35
+
The app entitlements must include:
36
+
37
+
```text
38
+
applinks:link.pythonide.xin
39
+
webcredentials:link.pythonide.xin
40
+
```
41
+
42
+
The AASA file currently registers `/s/*` and `/import`. Keep `/l/*` out of AASA until the short-link resolver backend is connected, so unfinished short links still open the web fallback instead of launching the app with no resolved target.
43
+
44
+
The AASA file must be reachable without redirects:
0 commit comments