diff --git a/next.config.js b/next.config.js index 10c5c49..f359c52 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,6 @@ const createNextIntlPlugin = require('next-intl/plugin'); const { PHASE_DEVELOPMENT_SERVER } = require('next/constants') -const {setupDevPlatform} = require('@cloudflare/next-on-pages/next-dev') const withNextIntl = createNextIntlPlugin(); @@ -17,9 +16,12 @@ const nextConfig = (phase, { defaultConfig }) => { { protocol: "https", hostname: "cdn.jsdelivr.net", + port: '', + pathname: '/gh/zen-browser/**', } ], - domains: ['cdn.jsdelivr.net', "raw.githubusercontent.com"], // Allow images from jsDelivr + formats: ["image/png", "image/jpeg", "image/svg+xml", "image/webp"], + domains: ['localhost', 'cdn.jsdelivr.net', "raw.githubusercontent.com"], // Allow images from jsDelivr }, experimental: { serverActions: { diff --git a/src/components/features.tsx b/src/components/features.tsx index 7e4c5da..702410d 100644 --- a/src/components/features.tsx +++ b/src/components/features.tsx @@ -219,10 +219,12 @@ export default function Features() { - {/*
- {feature == "item-1" && (
+