twostraws / Ignite

A static site generator for Swift developers.
MIT License
984 stars 34 forks source link

Incorrect path to static files #12

Closed nesssery closed 4 weeks ago

nesssery commented 1 month ago

After building, the path generated in the index.html file is: /css/bootstrap.min.css instead of: css/bootstrap.min.css, which causes a loading issue with the style.

twostraws commented 4 weeks ago

I've added a CLI tool that makes it easier to run a local web server for testing, so this issue can now be closed.