fix(services): 将 services page 设为 Client Component,解决 prerender 错误

This commit is contained in:
ahao 2025-06-27 08:31:21 +08:00
parent 730fed2601
commit 39ab31b9e8

View File

@ -1,3 +1,4 @@
"use client";
import { getServicesByCategory } from "@/config/services"
import ServiceCard from "@/components/service-card"
import Link from "next/link"