Skip to content

Commit

Permalink
Update image
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp77 committed Oct 10, 2023
1 parent 06f310b commit 0a089a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/meta_data.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Head from 'next/head';
import React from "react";
import {WEBSITE_DESCRIPTION, WEBSITE_KEYWORDS} from "@/app/constant/meta_data";
import defaultImage from "../../assets/image/portfolio/ourenterprise.png";
import defaultImage from "../assets/image/avatar.png";
import {description} from "@/app/data/about";

interface MetaDataProps {
Expand Down

0 comments on commit 0a089a0

Please sign in to comment.