fix(services): 将 services page 设为 Client Component,解决 prerender 错误
This commit is contained in:
parent
730fed2601
commit
39ab31b9e8
@ -1,3 +1,4 @@
|
|||||||
|
"use client";
|
||||||
import { getServicesByCategory } from "@/config/services"
|
import { getServicesByCategory } from "@/config/services"
|
||||||
import ServiceCard from "@/components/service-card"
|
import ServiceCard from "@/components/service-card"
|
||||||
import Link from "next/link"
|
import Link from "next/link"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user