Revert back to state before deploy testing
This commit is contained in:
parent
f762a88d95
commit
8ac4a85010
1 changed files with 1 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import { metadata } from '@/app/metadata'
|
||||
import { getAllCategories, getCategoryBySlug, getPostsByCategory } from '@/lib/categories'
|
||||
import { Folder } from 'lucide-react'
|
||||
import type { Metadata } from 'next'
|
||||
import Link from 'next/link'
|
||||
|
||||
|
|
@ -43,9 +42,7 @@ export default async function CategoryPage({ params }: CategoryPageProps) {
|
|||
return (
|
||||
<main>
|
||||
<h1>Category not found</h1>
|
||||
<Link href="/categories">
|
||||
Back to categories <Folder />
|
||||
</Link>
|
||||
<Link href="/categories">Back to categories</Link>
|
||||
</main>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue