basically just your average cs student slop site schtormm.nl
0
fork

Configure Feed

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

at main 12 lines 238 B view raw
1import type { NextConfig } from "next"; 2 3const nextConfig: NextConfig = { 4 output: "export", 5 basePath: process.env.PAGES_BASE_PATH, 6 images: { 7 unoptimized: true, 8 }, 9 transpilePackages: ["geist"], 10}; 11 12export default nextConfig;