diff --git a/src/pages/index.tsx b/src/pages/index.tsx index e8da763..3f6b4ba 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -8,7 +8,7 @@ import Subscribe from "../components/Subscribe"; interface IHomeMetadata extends ISiteMetadata { readonly file: { - publicUrl: string; + publicURL: string; }; } @@ -64,7 +64,7 @@ export const Head: HeadFC = () => { @@ -77,7 +77,7 @@ export const Head: HeadFC = () => { /> );