Feature/brutalism overhaul #10

Merged
ilia merged 9 commits from feature/brutalism-overhaul into main 2026-07-14 07:40:18 +00:00
Showing only changes of commit e66114ce23 - Show all commits
+3
View File
@@ -21,6 +21,9 @@ const nextConfig: NextConfig = {
experimental: { experimental: {
viewTransition: true, viewTransition: true,
}, },
turbopack: {
root: __dirname,
},
}; };
export default nextConfig; export default nextConfig;