Ingap.dev - A Personal Dev Blog

It is better to be approximately right than precisely wrong. (Warren Buffet)

Tag: nextjs-13

See the content related to nextjs-13...

Tuesday 18 June 2024

[SOLVED] OmitWithTag Type error when runing npm run build

How to resolve OmitWithTag type errors when building a Next.js 13 project with App router.

nextjs-13

Sunday 9 June 2024

[SOLVED] Tailwind CSS Build Issues in Next.js 13 with the App Router

In this blog post, we address an issue encountered when integrating Tailwind CSS with Next.js 13 using the App Router.

nextjs-13

Tuesday 4 June 2024

[SOLVED] Setting Up Next.js App with GitHub in 5 minutes

A quick guide to create a Next.js app and connect it to a private GitHub repository, avoding errors like 'Repository not found' or 'remote origin already exists'.

nextjs-13 github

Saturday 11 May 2024

Syntax Highlighting for Markdown in Next.js 13 (The Right Way)

Enhance your Next.js 13 project with this detailed guide on implementing PrismJS for dynamic syntax highlighting in Markdown-rendered content.

nextjs-13 markdown

Tuesday 2 May 2023

[SOLVED] Error: Failed to collect page data for /[variable]

If you encounter the error 'Failed to collect page data for /[variable]' when you deploy your Next.js app on Vercel, it means that your app is trying to generate a page for a dynamic route but it fails. Here's how I fixe this error.

nextjs-13 build