mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-08 15:10:37 +00:00
打包问题
This commit is contained in:
@@ -5,11 +5,9 @@ import Slug from '../[prefix]'
|
||||
|
||||
/**
|
||||
/**
|
||||
* 服务端接收参数处理
|
||||
* @param {*} ctx
|
||||
* @returns
|
||||
*/
|
||||
export const getServerSideProps = async ctx => {
|
||||
export const getStaticProps = async () => {
|
||||
const from = `auth`
|
||||
const props = await getGlobalData({ from })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user