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
Add re-directs for special blog url updates (GraphQL, GopherCon, GitHub Universe, and Strange Loop). /go/* => /blog/go/*, /strange-loop/* => /blog/strange-loop/*, /graphql/* => /blog/graphql/*, /github-universe/* => /blog/github-universe/*.
Add re-directs for special blogpost indexes to go to the main blog index. /go/ => /blog/, /strange-loop/ => /blog/, /graphql/ => /blog/, /github-universe/ => /blog/.
The text was updated successfully, but these errors were encountered:
/go/*
=>/blog/go/*
,/strange-loop/*
=>/blog/strange-loop/*
,/graphql/*
=>/blog/graphql/*
,/github-universe/*
=>/blog/github-universe/*
./go/
=>/blog/
,/strange-loop/
=>/blog/
,/graphql/
=>/blog/
,/github-universe/
=>/blog/
.The text was updated successfully, but these errors were encountered: