faq, privacy-policy and about page complated

This commit is contained in:
Samandar Turgunboyev
2025-12-16 11:38:11 +05:00
parent bf57288b21
commit 9ebeebac44
26 changed files with 1817 additions and 335 deletions

View File

@@ -7,6 +7,9 @@ const nextConfig: NextConfig = {
// eslint: {
// ignoreDuringBuilds: true,
// },
images: {
remotePatterns: [{ protocol: 'http', hostname: '**' }],
},
};
const withNextIntl = createNextIntlPlugin({
requestConfig: './src/shared/config/i18n/request.ts',