Today I found out about "npm run preview"
Never heard of it before, stumbled upon it while implementing pagefind into my blog.
Flo
Even though this might sound silly, I only today found out about npm run preview.
Up until now, I only used npm run buildand npm run devto build and develop this blog. After implementing pagefind, I could not get the search bar to show up using npm run dev. Only then I read about npm run preview(which has to be run after a npm run buildand shows my search bar just find after npm run buildbuilt the pagefind index file.