kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

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

at cd7cada2f86b4e866a15b4323bb8d6d7ab5bba8b 10 lines 178 B view raw
1/** @type {import('next').NextConfig} */ 2const nextConfig = { 3 output: "export", 4 images: { 5 unoptimized: true, 6 }, 7 reactStrictMode: true, 8}; 9 10export default nextConfig;