()
| 2 | |
| 3 | const nextConfig: NextConfig = { |
| 4 | async rewrites() { |
| 5 | return [ |
| 6 | { |
| 7 | source: "/js/script.js", |
| 8 | destination: "https://datafa.st/js/script.js", |
| 9 | }, |
| 10 | { |
| 11 | source: "/api/events", |
| 12 | destination: "https://datafa.st/api/events", |
| 13 | }, |
| 14 | ]; |
| 15 | }, |
| 16 | }; |
| 17 | |
| 18 | export default nextConfig; |
nothing calls this directly
no outgoing calls
no test coverage detected