Added favicon, bunny cdn and site name
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful

This commit is contained in:
GeorgeWebberley 2026-02-03 14:52:42 +01:00
parent cf19bed083
commit f09b403282
3 changed files with 20 additions and 10 deletions

View file

@ -13,8 +13,11 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "George W.",
description: "Portfolio site",
icons: {
icon: [{ url: "/favicon.svg", type: "image/svg+xml" }],
},
};
export default function RootLayout({

View file

@ -2,14 +2,14 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
// assetPrefix:
// process.env.NODE_ENV === "production"
// ? "https://cdn.georgew.dev"
// : undefined,
// images: {
// loader: "imgix",
// path: "https://cdn.georgew.dev/",
// },
assetPrefix:
process.env.NODE_ENV === "production"
? "https://georgew.b-cdn.net"
: undefined,
images: {
domains: ["georgew.b-cdn.net"],
loader: "default",
},
};
export default nextConfig;

7
public/favicon.svg Normal file
View file

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="6" fill="#0a0a0a"/>
<text x="50%" y="55%" dominant-baseline="middle" text-anchor="middle"
fill="#f97316" font-family="monospace" font-weight="bold" font-size="20">
&lt; &gt;
</text>
</svg>

After

Width:  |  Height:  |  Size: 301 B