From 33cceaadcb74d19627d34628d286f3a5e0f21a3c Mon Sep 17 00:00:00 2001 From: toom1996 Date: Mon, 14 Jul 2025 15:52:32 +0800 Subject: [PATCH] update --- src/pages/template/5/news/[...slug].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/template/5/news/[...slug].astro b/src/pages/template/5/news/[...slug].astro index 903e415..ea0e5c5 100644 --- a/src/pages/template/5/news/[...slug].astro +++ b/src/pages/template/5/news/[...slug].astro @@ -1,5 +1,5 @@ --- -import Layout from '../../../../layouts/Layout_4.astro'; +import Layout from '../../../../layouts/Layout_5.astro'; import { newsDetail } from '../../../../../utils/rpc'; import { getConfig } from '../../../../../utils/config'; import { TP2_COLUMN_NEWS, TP2_COLUMN_NEWS_URL } from '../../../../../utils/const';