Skip to content

Commit

Permalink
modified next config
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush4345 committed Feb 27, 2024
1 parent ce77ae3 commit d5ebaed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
4 changes: 1 addition & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ['tetragram.codered.cloud'],
},
output: "export",
}

module.exports = nextConfig
10 changes: 0 additions & 10 deletions src/app/blogs/page.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
"use client"
import React, { useEffect, useState } from 'react';
import BlogCard from './Blogcard';
import Footer from '@/components/footer';
import Navbar from "@/components/Navbar/Navbar";
import {
Card,
CardContent,
CardDescription,
CardFooter,
CardHeader,
CardTitle,
} from '@/components/ui/card';

const BlogList = () => {
const [blogs, setBlogs] = useState([]);
Expand Down

0 comments on commit d5ebaed

Please sign in to comment.