Closed ConcernedHobbit closed 1 year ago
We no longer need to pre-process the songs, as next can read files from the system in getStaticProps and getStaticPaths at the build step.
getStaticProps
getStaticPaths
This PR also introduces basic PWA functionality with next-pwa.
next-pwa
We no longer need to pre-process the songs, as next can read files from the system in
getStaticProps
andgetStaticPaths
at the build step.This PR also introduces basic PWA functionality with
next-pwa
.