Commit b5a9e0e
committed
fix: exclude .well-known/llms.txt from starlight link validator
sameSitePolicy validate rewrites aptos.dev URLs to paths; /.well-known/llms.txt
strips to .well-known/... which the plugin treats as a relative link. The URL is
served by Vercel redirect, not a Starlight page, so skip validation.1 parent aa86467 commit b5a9e0e
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
147 | 154 | | |
148 | 155 | | |
149 | 156 | | |
| |||
0 commit comments