This repository has no description
0

Configure Feed

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

semble / src / webapp / next.config.js
121 B 6 lines
1/** @type {import('next').NextConfig} */ 2const nextConfig = { 3 reactStrictMode: false, 4}; 5 6module.exports = nextConfig;