Added favicon, bunny cdn and site name
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful
This commit is contained in:
parent
cf19bed083
commit
f09b403282
|
|
@ -13,8 +13,11 @@ const geistMono = Geist_Mono({
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Create Next App",
|
title: "George W.",
|
||||||
description: "Generated by create next app",
|
description: "Portfolio site",
|
||||||
|
icons: {
|
||||||
|
icon: [{ url: "/favicon.svg", type: "image/svg+xml" }],
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|
|
||||||
|
|
@ -2,14 +2,14 @@ import type { NextConfig } from "next";
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
output: "standalone",
|
output: "standalone",
|
||||||
// assetPrefix:
|
assetPrefix:
|
||||||
// process.env.NODE_ENV === "production"
|
process.env.NODE_ENV === "production"
|
||||||
// ? "https://cdn.georgew.dev"
|
? "https://georgew.b-cdn.net"
|
||||||
// : undefined,
|
: undefined,
|
||||||
// images: {
|
images: {
|
||||||
// loader: "imgix",
|
domains: ["georgew.b-cdn.net"],
|
||||||
// path: "https://cdn.georgew.dev/",
|
loader: "default",
|
||||||
// },
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
|
|
||||||
7
public/favicon.svg
Normal file
7
public/favicon.svg
Normal 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">
|
||||||
|
< >
|
||||||
|
</text>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 301 B |
Loading…
Reference in a new issue