Next.js has a file-system based router built on the concept of pages.¹ Normally, URLs consist of many parts: the protocol, subdomain, domain, top-level domain (TLD), subfolder, slug, and parameters. There are two ways to make a slug readable:² Use the “-” symbol. The advantage of using a hyphen is that…