fix: storybook font rendering and shared fonts module #1
Reference in New Issue
Block a user
Delete Branch "feat/portfolio-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Protfolio project.
Set up for ISR.
Global a { border-bottom } was leaking onto the inactive section nav links. Override with border-b-0 hover:border-b-0.PB_URL falls back through PB_URL → NEXT_PUBLIC_PB_URL → localhost so internal Docker hostname is used server-side without leaking into the client bundle. cache: force-cache replaced with next: { tags, revalidate } for ISR tag-based invalidation.POST with x-revalidate-secret header and { tag } body calls revalidateTag to purge a collection from the Next.js data cache. Guarded by REVALIDATE_SECRET env var.