a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add /potluck rewrite to template

+8
+8
next.config.js
··· 2 2 3 3 /** @type {import('next').NextConfig} */ 4 4 const nextConfig = { 5 + async rewrites() { 6 + return [ 7 + { 8 + source: "/potluck", 9 + destination: "/template/5465909f-7a19-4873-b796-0c6be3ec9f04", 10 + }, 11 + ]; 12 + }, 5 13 pageExtensions: ["js", "jsx", "ts", "tsx", "md", "mdx"], 6 14 images: { 7 15 remotePatterns: [