mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-12-21 20:08:47 +01:00
fix(build): remove edge runtime route segment for mdxPath
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import { generateStaticParamsFor, importPage } from 'nextra/pages'
|
||||
import { useMDXComponents as getMDXComponents } from '../../mdx-components'
|
||||
import { MDXComponents } from "mdx/types";
|
||||
|
||||
|
||||
export const runtime = 'edge';
|
||||
|
||||
export const generateStaticParams = generateStaticParamsFor('mdxPath')
|
||||
|
||||
type Props = {
|
||||
|
||||
Reference in New Issue
Block a user