MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / rewrites

Function rewrites

next.config.ts:4–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3const 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
18export default nextConfig;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected