编译修复
This commit is contained in:
tangly1024
2021-12-17 14:53:18 +08:00
parent f154f24f88
commit 636d355234
5 changed files with 0 additions and 13 deletions

View File

@@ -2,12 +2,9 @@ import { getAllCategories, getAllPosts, getAllTags } from '@/lib/notion'
import BLOG from '@/blog.config'
import BaseLayout from '@/layouts/BaseLayout'
import { getNotionPageData } from '@/lib/notion/getNotionData'
import StickyBar from '@/components/StickyBar'
import React, { useEffect } from 'react'
import { useGlobal } from '@/lib/global'
import BlogPostArchive from '@/components/BlogPostArchive'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faArchive } from '@fortawesome/free-solid-svg-icons'
export async function getStaticProps () {
const from = 'index'