mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-06-01 23:38:48 +02:00
fix: cloudfare build deploy
This commit is contained in:
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
+8
-3
@@ -9,6 +9,11 @@ type Props = {
|
||||
|
||||
export const metadata: Metadata = {
|
||||
metadataBase: new URL("https://magicv.art"),
|
||||
icons: {
|
||||
icon: "/icon.png",
|
||||
shortcut: "/icon.png",
|
||||
apple: "/icon.png"
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
@@ -17,9 +22,9 @@ export const metadata: Metadata = {
|
||||
follow: true,
|
||||
"max-video-preview": -1,
|
||||
"max-image-preview": "large",
|
||||
"max-snippet": -1,
|
||||
},
|
||||
},
|
||||
"max-snippet": -1
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({ children }: Props) {
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
import type { MetadataRoute } from "next";
|
||||
|
||||
export const runtime = "edge";
|
||||
|
||||
export default function manifest(): MetadataRoute.Manifest {
|
||||
return {
|
||||
name: "Magic Resume",
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
import { MetadataRoute } from "next";
|
||||
|
||||
export const runtime = "edge";
|
||||
|
||||
export default function sitemap(): MetadataRoute.Sitemap {
|
||||
const baseUrl = "https://magicv.art/";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user