I have a block link that points to a code file, no...
# questions
s
I have a block link that points to a code file, now in VS code preview I can see the link and able to interact but when I publish/export the static site from
.next/out
folder I see link poste fixed with
Private
, how can include the external files and put in publishing? the code file also do not have any front-matter, does that need to be there to reference?(the link has the relative path of the file already)