appended to the head tag. Is there a way to prevent this when building static? I'm trying to use mdx-go to create HTML emails and this tag is useless to that.
Also static still builds {number}.main.js files though I just need the HTML and zero JS files.
Im running
mdx-go build pages --static
but the output html files still getappended to the
head
tag. Is there a way to prevent this when building static? I'm trying to use mdx-go to create HTML emails and this tag is useless to that.Also static still builds
{number}.main.js
files though I just need the HTML and zero JS files.