fix: use dynamic imports for views to prevent hydration errors and client-side exceptions

This commit is contained in:
Gemini AI
2025-12-29 14:21:29 +04:00
Unverified
parent 0d627e3fc7
commit f8be02a144
2 changed files with 13 additions and 11 deletions

View File

@@ -2,7 +2,6 @@
const nextConfig = {
reactStrictMode: true,
basePath: '/tools/promptarch',
assetPrefix: '/tools/promptarch',
trailingSlash: true,
};