Shawn Inder
banner
shawninder.bsky.social
Shawn Inder
@shawninder.bsky.social
Software engineer and mentor
Canoeing instructor and guide

I do more software than adventure but nature looks better for profile pictures

https://shawninder.github.io
@nextjs.org I'm getting type errors from a code snippet I copied from the docs into a fresh create-next-app project. I don't see what I'm doing wrong. Maybe the docs are outdated or incorrect? Details and repro repo: stackoverflow.com/questions/79...
Getting type errors form a snippet copied from Next.js 15 docs (opengraph-image.tsx)
In the Next.js 15.1.6 docs (App Router), the last code snippet on the Metadata Files: opengraph-image and twitter-image | Next.js page explains how to fetch a local image on the file system and pas...
stackoverflow.com
February 1, 2025 at 10:54 PM
@nextjs.org I'm making a static website with `output: 'export'` and I discovered I have to use `export const dynamic = 'force-static'` in my app/robots.ts and app/sitemap.ts files. Shouldn't static be the default when using `output: 'export'`?
December 15, 2024 at 2:14 PM