mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-08 20:45:31 -04:00
enable vercel analytics
This commit is contained in:
+3
-2
@@ -1,8 +1,8 @@
|
||||
import type { DefaultSeoProps, SocialProfileJsonLdProps, ArticleJsonLdProps } from "next-seo";
|
||||
|
||||
import * as config from ".";
|
||||
import { meJpg, faviconPng, faviconIco, appleTouchIconPng } from "./favicons";
|
||||
|
||||
import type { DefaultSeoProps, SocialProfileJsonLdProps, ArticleJsonLdProps } from "next-seo";
|
||||
|
||||
// Most of this file simply takes the data already defined in ./config.js and translates it into objects that are
|
||||
// compatible with next-seo's props:
|
||||
// https://github.com/garmeeh/next-seo#default-seo-configuration
|
||||
@@ -49,6 +49,7 @@ export const defaultSeo: DefaultSeoProps = {
|
||||
{
|
||||
rel: "icon",
|
||||
href: faviconIco.src,
|
||||
sizes: "any", // https://twitter.com/subzey/status/1417099064949235712
|
||||
},
|
||||
{
|
||||
rel: "icon",
|
||||
|
||||
Reference in New Issue
Block a user