build issues cleared

This commit is contained in:
Alaguraj0361 2025-08-12 10:52:01 +05:30
parent 3247e787f6
commit 7093aa6c0c
4 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,5 @@
'use client';
export const dynamic = "force-dynamic";
import CreateEventForm from '@/components/gallery/CreateEventForm';
import CreateEventGalleryForm from '@/components/gallery/CreateEventGalleryForm';
import { Metadata } from 'next';

View File

@ -1,5 +1,4 @@
'use client'
export const dynamic = "force-dynamic";
import CreateEventForm from '@/components/gallery/CreateEventForm';
import EditEventForm from '@/components/gallery/EditEventForm';
import { Metadata } from 'next';

View File

@ -1,5 +1,4 @@
'use client'
export const dynamic = "force-dynamic";
import CreateEventForm from '@/components/gallery/CreateEventForm';
import ListOfEventsGallery from '@/components/gallery/ListOfEventGallery';
import { Metadata } from 'next';

View File

@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: "export",
// output: "export",
trailingSlash: true,
swcMinify: true,
eslint: {