Skip to content

Commit

Permalink
fix: metadata base
Browse files Browse the repository at this point in the history
  • Loading branch information
ParzivalEugene committed Aug 26, 2024
1 parent b5db3ee commit 440d956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
metadataBase: new URL("https://links.michkoff.com/"),
icons: [
{
rel: "icon",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "links",
"version": "0.4.5",
"version": "0.4.6",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 440d956

Please sign in to comment.