update
This commit is contained in:
parent
d2f5d00331
commit
8833f18941
|
|
@ -1,13 +1,11 @@
|
|||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
images: {
|
||||
domains: ["mikulnews.com", "dev.mikulnews.com"],
|
||||
},
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
// Add experimental features for better chunk handling
|
||||
experimental: {
|
||||
optimizePackageImports: ["@ckeditor/ckeditor5-react", "react-apexcharts"],
|
||||
},
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -35,8 +35,8 @@
|
|||
"framer-motion": "^12.23.12",
|
||||
"js-cookie": "^3.0.5",
|
||||
"lucide-react": "^0.540.0",
|
||||
"next": "15.5.0",
|
||||
"react": "19.1.0",
|
||||
"next": "^15.5.0",
|
||||
"react": "^19.1.0",
|
||||
"react-apexcharts": "^1.7.0",
|
||||
"react-datepicker": "^8.7.0",
|
||||
"react-day-picker": "^9.9.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue