ignoreBuildErrors: true
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import React from 'react'
|
||||
import ResponsiveNav from "@/components/Navbar/ResponsiveNav";
|
||||
import { fetchCourses, fetchCourse, fetchSettings } from "@/utils";
|
||||
import { CoursesProps } from "@/types";
|
||||
import Course from '@/components/Course/Course';
|
||||
import dynamic from 'next/dynamic'
|
||||
const DynamicComponent = dynamic(() => import('@/components/Course/Course'), {
|
||||
ssr: false,
|
||||
|
Reference in New Issue
Block a user