Netlify domain: Commercial font question (GitHub / Netlify)

Hello Forums

I am this summer coming with my next Folio, hosted on Netlify and deployed to there from GitHub.

Now, I am using one commerical font, loaded locally as woff with Nuxt-Fonts module. Howeverr, since this font resides in /public in my Nuxt project I wonder: what is best practice for preventing sharing it from GitHub.

Is it: push to GitHub, then once build is done, remove the font from GitHub? I

Thankful for advice, Thomas

@thomasjtt Can’t you just use a Private Repository?
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility

Hi

Thanks for reply. I want to share the code. But I will do some research into this and see if I can find any solution down the road that prevents me from being another GitHub pirate friend!

Thomas