()
| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected