File tree Expand file tree Collapse file tree
app/university/[homeUniversity] Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export const getSearchUniversitiesByFilter = async (
4848} ;
4949
5050export const getSearchUniversitiesAllRegions = async ( ) : Promise < ListUniversity [ ] > => {
51- const endpoint = `/univ-apply-infos/search/filter ` ;
51+ const endpoint = `/univ-apply-infos/search/text?value= ` ;
5252 const response = await serverFetch < UniversitySearchResponse > ( endpoint ) ;
5353
5454 if ( ! response . ok ) {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import type { HomeUniversitySlug } from "@/types/university";
88
99import UniversityListContent from "./_ui/UniversityListContent" ;
1010
11- export const revalidate = 3600 ; // 1시간마다 재검증 (ISR)
11+ export const revalidate = 15552000 ; // 6개월마다 재검증 (ISR)
1212
1313// 정적 경로 생성
1414export async function generateStaticParams ( ) {
You can’t perform that action at this time.
0 commit comments