Skip to content

Commit 9b0560e

Browse files
authored
Merge pull request #227 from samuelkarp/bsky-redirect
netlify: add redirect for bsky maintainer list
2 parents 0f215aa + 25e940d commit 9b0560e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ command = "make preview-build"
1010

1111
[context.branch-deploy]
1212
command = "make preview-build"
13+
14+
[[redirects]]
15+
from = "/bsky"
16+
to = "https://bsky.app/profile/did:plc:tnjzjt2e3o4w7oxyh3cedqsq/lists/3lcc4gw2asl2c"
17+
status = 302

0 commit comments

Comments
 (0)