Added stuff idek

This commit is contained in:
2025-09-02 16:30:37 -05:00
parent 1d32d31550
commit 64b3b0a854
26 changed files with 1102 additions and 467 deletions

View File

@@ -21,21 +21,6 @@ const nextConfig = withPlausibleProxy({
bodySizeLimit: '10mb',
},
},
turbopack: {
rules: {
'*.svg': {
loaders: [
{
loader: '@svgr/webpack',
options: {
icon: true,
},
},
],
as: '*.js',
},
},
},
});
const sentryConfig = {