Github pages as "cdn"?

Hey, I’m looking for a place I can store my CSS files and js files, and then pull them from Webflow. The most intuitive place for me is GitHub pages. Is there anything wrong with GitHub pages for such a purpose instead something like cloudflare?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hey,

Github pages would probably work, but the more common way is to use Github Gists: Creating gists - GitHub Docs

1 Like

Like this:

You can also add .min to your file name (Auto minify your code).

It is not related to GitHub pages (You can use this idea without GitHub pages - on any repo).

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.