diff --git a/apps/frontend/src/layouts/Layout.astro b/apps/frontend/src/layouts/Layout.astro index ab7a009..96c0e23 100644 --- a/apps/frontend/src/layouts/Layout.astro +++ b/apps/frontend/src/layouts/Layout.astro @@ -20,7 +20,7 @@ import '../styles/global.css'; @@ -35,7 +35,7 @@ import '../styles/global.css'; diff --git a/apps/frontend/src/pages/news.astro b/apps/frontend/src/pages/howtos.astro similarity index 96% rename from apps/frontend/src/pages/news.astro rename to apps/frontend/src/pages/howtos.astro index dc40e83..ba578a3 100644 --- a/apps/frontend/src/pages/news.astro +++ b/apps/frontend/src/pages/howtos.astro @@ -20,7 +20,7 @@ let error: string | null = null; const GRAPHQL_QUERY = ` { pages { - list(orderBy: UPDATED, orderByDirection: DESC) { + list(orderBy: UPDATED, orderByDirection: DESC, tags: ["howto"]) { id path title @@ -104,10 +104,10 @@ function timeAgo(dateStr: string): string {
The latest documentation, technical guides, and development logs from our knowledge base.