mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
chore: add metadataBase
This commit is contained in:
@@ -12,6 +12,7 @@ import { ThemeProvider } from "@/components/theme-provider";
|
|||||||
import { SearchTextProvider } from "@/contexts/search-text";
|
import { SearchTextProvider } from "@/contexts/search-text";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
|
metadataBase: new URL(siteConfig.url),
|
||||||
generator: "Next.js",
|
generator: "Next.js",
|
||||||
applicationName: siteConfig.name,
|
applicationName: siteConfig.name,
|
||||||
referrer: "origin-when-cross-origin",
|
referrer: "origin-when-cross-origin",
|
||||||
|
|||||||
@@ -5,4 +5,5 @@ export const siteConfig = {
|
|||||||
github: "https://github.com/rusconn/DevToysWeb",
|
github: "https://github.com/rusconn/DevToysWeb",
|
||||||
devtoys: "https://devtoys.app",
|
devtoys: "https://devtoys.app",
|
||||||
},
|
},
|
||||||
|
url: "https://devtoysweb.web.app/",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user