build issues cleared
This commit is contained in:
parent
3247e787f6
commit
7093aa6c0c
@ -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';
|
||||
|
||||
@ -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';
|
||||
|
||||
@ -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';
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
output: "export",
|
||||
// output: "export",
|
||||
trailingSlash: true,
|
||||
swcMinify: true,
|
||||
eslint: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user