MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / redirects

Function redirects

next.config.mjs:20–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'mdx'],
19
20 async redirects() {
21 return [
22 {
23 source: '/github',
24 destination: 'https://git.new/syntax',
25 permanent: true,
26 },
27 {
28 source: '/discord',
29 destination: 'https://discord.com/invite/P8GXYyH3ZU',
30 permanent: true,
31 },
32 {
33 source: '/pro',
34 destination: 'https://pro.syntaxui.com/',
35 permanent: true,
36 },
37 ]
38 },
39 images: {
40 remotePatterns: [
41 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected