diff --git a/next.config.ts b/next.config.ts index 56799cc..c05eb6c 100644 --- a/next.config.ts +++ b/next.config.ts @@ -33,6 +33,10 @@ const nextConfig: NextConfig = { protocol: 'https', hostname: 'res.cloudinary.com', }, + { + protocol: 'https', + hostname: 'ik.imagekit.io', + }, ], }, }; diff --git a/package.json b/package.json index 3d6918d..5af4e9c 100644 --- a/package.json +++ b/package.json @@ -143,4 +143,4 @@ "tsx": "^4.19.3", "typescript": "^5" } -} \ No newline at end of file +} diff --git a/src/analytics/analytics.tsx b/src/analytics/analytics.tsx index 3781721..df7ea88 100644 --- a/src/analytics/analytics.tsx +++ b/src/analytics/analytics.tsx @@ -44,15 +44,11 @@ export function Analytics() { {/* vercel analytics */} {/* https://vercel.com/docs/analytics/quickstart */} - {websiteConfig.analytics.enableVercelAnalytics && ( - - )} + {websiteConfig.analytics.enableVercelAnalytics && } {/* speed insights */} {/* https://vercel.com/docs/speed-insights/quickstart */} - {websiteConfig.analytics.enableSpeedInsights && ( - - )} + {websiteConfig.analytics.enableSpeedInsights && } ); } diff --git a/src/app/[locale]/preview/hero-section/five/page.tsx b/src/app/[locale]/preview/hero-section/five/page.tsx index 837a3e3..28bc5a9 100644 --- a/src/app/[locale]/preview/hero-section/five/page.tsx +++ b/src/app/[locale]/preview/hero-section/five/page.tsx @@ -49,7 +49,6 @@ export default function HeroSection() {
- {/* FIXME: video url is broken for the storage is disabled */}