We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f35053 commit 4d0b3c1Copy full SHA for 4d0b3c1
src/components/search.tsx
@@ -33,6 +33,8 @@ function rewriteURL(url: string) {
33
}
34
35
url = url.replace('https://tailwindui.com/', 'https://tailwindcss.com/plus/')
36
+ // Temporary thing while `https://tailwindui.com/` is rewritten to /plus
37
+ url = url.replace('/plus/plus/', '/plus/')
38
url = url.replace('/plus/components', '/plus/ui-blocks')
39
url = url.replace('/plus/templates/catalyst', '/plus/ui-kit')
40
url = url.replace('/plus/all-access', '/plus/#pricing')
0 commit comments