File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import type { Metadata } from "next" ;
22import { Rubik , Space_Mono } from "next/font/google" ;
33import Image from "next/image" ;
4- import BackgroundImage from "@/public/img/background-arctic-fox .jpg" ;
4+ import BackgroundImage from "@/public/img/background.jpg" ;
55import "./globals.css" ;
66
77const rubik = Rubik ( {
@@ -25,7 +25,7 @@ export const metadata: Metadata = {
2525 title : "Hi, I'm Foxed." ,
2626 description : "I'm a 15 year old developer and designer from Germany." ,
2727 siteName : "FoxedDev" ,
28- images : [ { url : "https://foxeddev.github.io/img/logo-foxeddev .png" } ] ,
28+ images : [ { url : "https://foxeddev.github.io/img/logo.png" } ] ,
2929 } ,
3030} ;
3131
Original file line number Diff line number Diff line change 22
33import Image from "next/image" ;
44import Link from "next/link" ;
5- import Logo from "@/public/img/logo-foxeddev .png" ;
5+ import Logo from "@/public/img/logo.png" ;
66import Card from "@/components/Card" ;
77
88import { SiGithub , SiDiscord } from "react-icons/si" ;
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments