{ "version": 3, "pages404": true, "appType": "app", "caseSensitive": false, "basePath": "", "redirects": [ { "source": "/:path+/", "destination": "/:path+", "internal": true, "priority": true, "statusCode": 308, "regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$" } ], "headers": [], "onMatchHeaders": [], "rewrites": { "beforeFiles": [], "afterFiles": [ { "source": "/api/:path*", "destination": "http://localhost:8000/api/:path*", "regex": "^/api(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))?(?:/)?$" } ], "fallback": [] }, "dynamicRoutes": [ { "page": "/community/article/[slug]", "regex": "^/community/article/([^/]+?)(?:/)?$", "routeKeys": { "nxtPslug": "nxtPslug" }, "namedRegex": "^/community/article/(?[^/]+?)(?:/)?$" }, { "page": "/profile/[username]", "regex": "^/profile/([^/]+?)(?:/)?$", "routeKeys": { "nxtPusername": "nxtPusername" }, "namedRegex": "^/profile/(?[^/]+?)(?:/)?$" } ], "staticRoutes": [ { "page": "/", "regex": "^/(?:/)?$", "routeKeys": {}, "namedRegex": "^/(?:/)?$" }, { "page": "/_global-error", "regex": "^/_global\\-error(?:/)?$", "routeKeys": {}, "namedRegex": "^/_global\\-error(?:/)?$" }, { "page": "/_not-found", "regex": "^/_not\\-found(?:/)?$", "routeKeys": {}, "namedRegex": "^/_not\\-found(?:/)?$" }, { "page": "/about", "regex": "^/about(?:/)?$", "routeKeys": {}, "namedRegex": "^/about(?:/)?$" }, { "page": "/banned", "regex": "^/banned(?:/)?$", "routeKeys": {}, "namedRegex": "^/banned(?:/)?$" }, { "page": "/client", "regex": "^/client(?:/)?$", "routeKeys": {}, "namedRegex": "^/client(?:/)?$" }, { "page": "/community/news", "regex": "^/community/news(?:/)?$", "routeKeys": {}, "namedRegex": "^/community/news(?:/)?$" }, { "page": "/community/photos", "regex": "^/community/photos(?:/)?$", "routeKeys": {}, "namedRegex": "^/community/photos(?:/)?$" }, { "page": "/community/radio", "regex": "^/community/radio(?:/)?$", "routeKeys": {}, "namedRegex": "^/community/radio(?:/)?$" }, { "page": "/community/radio/dj-aanmelden", "regex": "^/community/radio/dj\\-aanmelden(?:/)?$", "routeKeys": {}, "namedRegex": "^/community/radio/dj\\-aanmelden(?:/)?$" }, { "page": "/community/radio/punten", "regex": "^/community/radio/punten(?:/)?$", "routeKeys": {}, "namedRegex": "^/community/radio/punten(?:/)?$" }, { "page": "/community/radio/rooster", "regex": "^/community/radio/rooster(?:/)?$", "routeKeys": {}, "namedRegex": "^/community/radio/rooster(?:/)?$" }, { "page": "/community/radio/shouts", "regex": "^/community/radio/shouts(?:/)?$", "routeKeys": {}, "namedRegex": "^/community/radio/shouts(?:/)?$" }, { "page": "/contact", "regex": "^/contact(?:/)?$", "routeKeys": {}, "namedRegex": "^/contact(?:/)?$" }, { "page": "/discord", "regex": "^/discord(?:/)?$", "routeKeys": {}, "namedRegex": "^/discord(?:/)?$" }, { "page": "/draw-badge", "regex": "^/draw\\-badge(?:/)?$", "routeKeys": {}, "namedRegex": "^/draw\\-badge(?:/)?$" }, { "page": "/forgot-password", "regex": "^/forgot\\-password(?:/)?$", "routeKeys": {}, "namedRegex": "^/forgot\\-password(?:/)?$" }, { "page": "/help-center/contact", "regex": "^/help\\-center/contact(?:/)?$", "routeKeys": {}, "namedRegex": "^/help\\-center/contact(?:/)?$" }, { "page": "/help-center/faq", "regex": "^/help\\-center/faq(?:/)?$", "routeKeys": {}, "namedRegex": "^/help\\-center/faq(?:/)?$" }, { "page": "/help-center/rules", "regex": "^/help\\-center/rules(?:/)?$", "routeKeys": {}, "namedRegex": "^/help\\-center/rules(?:/)?$" }, { "page": "/help-center/tickets", "regex": "^/help\\-center/tickets(?:/)?$", "routeKeys": {}, "namedRegex": "^/help\\-center/tickets(?:/)?$" }, { "page": "/imprint", "regex": "^/imprint(?:/)?$", "routeKeys": {}, "namedRegex": "^/imprint(?:/)?$" }, { "page": "/leaderboard", "regex": "^/leaderboard(?:/)?$", "routeKeys": {}, "namedRegex": "^/leaderboard(?:/)?$" }, { "page": "/privacy", "regex": "^/privacy(?:/)?$", "routeKeys": {}, "namedRegex": "^/privacy(?:/)?$" }, { "page": "/rare-values", "regex": "^/rare\\-values(?:/)?$", "routeKeys": {}, "namedRegex": "^/rare\\-values(?:/)?$" }, { "page": "/settings", "regex": "^/settings(?:/)?$", "routeKeys": {}, "namedRegex": "^/settings(?:/)?$" }, { "page": "/shop", "regex": "^/shop(?:/)?$", "routeKeys": {}, "namedRegex": "^/shop(?:/)?$" }, { "page": "/staff", "regex": "^/staff(?:/)?$", "routeKeys": {}, "namedRegex": "^/staff(?:/)?$" }, { "page": "/teams", "regex": "^/teams(?:/)?$", "routeKeys": {}, "namedRegex": "^/teams(?:/)?$" }, { "page": "/terms", "regex": "^/terms(?:/)?$", "routeKeys": {}, "namedRegex": "^/terms(?:/)?$" } ], "dataRoutes": [], "rsc": { "header": "rsc", "varyHeader": "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch", "prefetchHeader": "next-router-prefetch", "didPostponeHeader": "x-nextjs-postponed", "contentTypeHeader": "text/x-component", "suffix": ".rsc", "prefetchSegmentHeader": "next-router-segment-prefetch", "prefetchSegmentSuffix": ".segment.rsc", "prefetchSegmentDirSuffix": ".segments", "clientParamParsing": false, "dynamicRSCPrerender": false }, "rewriteHeaders": { "pathHeader": "x-nextjs-rewritten-path", "queryHeader": "x-nextjs-rewritten-query" } }