7 Redesigning my portfolio app
Published on Nov 6th, 2022
How to Use PrismJS with NextJS
This is a summary of how I got syntax highlighting to work on my NextJS blog
Install Prism
First I installed Prism.JS from NPM. You can use Yarn
npm i prismjs
or
yarn add prismjs
Import Pris...
blog.tioye.dev2 min read