This is a Next.js application hosted on the Tincre Vercel project.
It does a permanent 308 redirect for all slugs after docs.musicfox.io/ to the b00st.com community site.
After cloning this repo install dependencies via:
yarn install -D
or
npm install --save-dev
yarn run dev
or
npm run dev
This app serves as a simple redirect from our previous documentation created and hosted at Gitbook to our docs/community Discourse.
To add or remove redirection functionality simply edit the route configuration within
next.config.js
under the async redirects()
function return block.
At Tincre we ❤️ contributions. Please writeup an issue if you'd like to make or request an improvement.