AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage

Add allowedDevOrigins for Cloudflare tunnels in local development

tom.sherman.is a6727133 6b447087

verified
+3
+3
packages/frontpage/next.config.mjs
··· 12 12 destination: "/security.txt", 13 13 }, 14 14 ], 15 + 16 + // Allow Cloudflare tunnels in local dev 17 + allowedDevOrigins: ["*.trycloudflare.com"], 15 18 }; 16 19 17 20 export default withVercelToolbar()(nextConfig);