fix: add force-dynamic to tool detail page to fix scoped package 404s
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
fada29ecbe
commit
5f7a9881ea
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ import type { Metadata } from 'next';
|
|||
import { notFound } from 'next/navigation';
|
||||
import { type Tool, ToolDetailClient } from './ToolDetailClient';
|
||||
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
interface ToolDetailPageProps {
|
||||
params: Promise<{ slug: string[] }>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue