eframe_template icon indicating copy to clipboard operation
eframe_template copied to clipboard

The web app fails when the project is at `<username>.github.io`

Open Saphereye opened this issue 2 years ago • 0 comments

Problem The web app fails when the project is at <username>.github.io. This issue stems from this workflow. The current version will host the website on <username>.github.io/<username>.github.io, which is not ideal.

Possible Solution The problem can be addressed by modifying the line to read as follows: run: ./trunk build --release. This resolution can be elucidated in the readme or documented as a comment.

Saphereye avatar Dec 14 '23 00:12 Saphereye