robots.ts: This automatically gets the robots.txt of the API route and serves it on the /robots.txt route. sitemap.ts: This automatically gets all paths from the API and generates a sitemap to serve on the /sitemap.xml route. middleware.ts: This contains a middleware function that checks the users path for stored redirects, and redirects the user if a match is found. [[...slug]]: This is the catch