fix: remove type checking on siteMetadata

This commit is contained in:
Timothy Lin 2023-07-16 23:53:47 +08:00
parent 9b9355baed
commit d43404a7d8

View File

@ -1,5 +1,3 @@
// @ts-check
/** @type {import("pliny/config").PlinyConfig } */
const siteMetadata = {
title: 'Next.js Starter Blog',