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 = {
|
||||
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({
|
||||
|
|
|
|||
|
|
@ -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
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