I was validating the new Slice Machine setup and install method on Nuxt (prismic sm --setup) vs the old starters and noticed that in the version that Slice Machine creates (100% default) there are requests sent to the Prismic API on each pageload (with type and UID).
At first I thought this might be part of the preview functionality but it still occurs when setting preview:false.
Anyone know what is going on? This shouldn't be needed on a full static site.