BeerChugga
Recommendation on libraries for relatively small project
OK, thank you. I think I have it. I locate the static files/templates inside the project, then connect the project to a remote git repo, and configure CF Pages to get the files from the repo?
9 replies
Recommendation on libraries for relatively small project
Hi Justin, so all I have to do is put the files in this directory and that's it? I dont' have to create a pages project or deal with any configuration, or js, or anything else?
If you put the files in
./public/static/assets
, CF pages will serve them without you needing to add them as a route in hono. You'll then reference them like <link rel="icon" href="static/assets/favicon.ico" />
.9 replies