Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynegi45 committed Oct 2, 2024
1 parent c9d0030 commit 17a52d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file added public/SEOIMAGE.webp
Binary file not shown.
6 changes: 3 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from "react";
import localFont from "next/font/local";
import Navbar from "@/components/ui/Navbar";
import Footer from "@/components/ui/Footer";
// import { SpeedInsights } from '@vercel/speed-insights/next';
import { SpeedInsights } from '@vercel/speed-insights/next';

const customFont = localFont({
src: "../font/customFont.otf",
Expand All @@ -18,11 +18,11 @@ export const metadata: Metadata = {
openGraph: {
title: "Uttarakhand Culture",
description: "Explore the rich cultural heritage of Uttarakhand.",
url: "https://uttarakhand-culture.vercel.app",
url: "https://uttarakhand-culture.vercel.app",
siteName: "Uttarakhand Culture",
images: [
{
url: "https://uttarakhand-culture.vercel.app/_next/image?url=%2F_next%2Fstatic%2Fmedia%2FheroMapImage.fc8fad10.webp&w=828&q=75",
url: "https://uttarakhand-culture.vercel.app/_next/image?url=%2F_next%2Fstatic%2Fmedia%2FheroMapImage.fc8fad10.webp&w=828&q=75",
width: 800,
height: 600,
alt: "Cultural Heritage of Uttarakhand",
Expand Down
4 changes: 2 additions & 2 deletions src/app/working-error.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Link from 'next/link';

const Custom404 = () => {
const WorkingError = () => {
return (
<div style={{
display: 'flex',
Expand Down Expand Up @@ -66,4 +66,4 @@ const Custom404 = () => {
);
};

export default Custom404;
export default WorkingError;

0 comments on commit 17a52d8

Please sign in to comment.