att erro corrigido
This commit is contained in:
parent
b1d2008f8c
commit
9e0021b62b
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ import Image from "next/image"
|
||||||
import Link from "next/link"
|
import Link from "next/link"
|
||||||
import { useParams } from "next/navigation"
|
import { useParams } from "next/navigation"
|
||||||
|
|
||||||
|
export const runtime = 'edge';
|
||||||
|
|
||||||
export default function BlogPostPage() {
|
export default function BlogPostPage() {
|
||||||
const params = useParams()
|
const params = useParams()
|
||||||
const [copied, setCopied] = useState(false)
|
const [copied, setCopied] = useState(false)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue