mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 11:21:16 -04:00
refactor .js files to ES modules where possible
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as config from ".";
|
||||
import config from ".";
|
||||
import { meJpg, faviconPng, faviconIco, appleTouchIconPng } from "./favicons";
|
||||
|
||||
import type { DefaultSeoProps, SocialProfileJsonLdProps, ArticleJsonLdProps } from "next-seo";
|
||||
|
Reference in New Issue
Block a user