MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / headers

Function headers

next.config.mjs:67–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 },
66 turbopack: {},
67 async headers() {
68 return [
69 {
70 source: "/:path*",
71 headers: [
72 { key: "Cache-Control", value: "no-store, no-cache, must-revalidate, max-age=0" },
73 { key: "Pragma", value: "no-cache" },
74 { key: "CDN-Cache-Control", value: "no-store" },
75 ],
76 },
77 ];
78 },
79};
80
81export default nextConfig;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected