fettle icon indicating copy to clipboard operation
fettle copied to clipboard

Custom domain name is required?

Open stefanpejcic opened this issue 2 years ago • 1 comments

Describe the bug Should state in readme that you need a custom domain for this to work! Forked last night and on https://stefanpejcic.github.io/fettle it runned no actions, plus css was broken. As soon as I added a custom domain, everything Is same as in demo.

stefanpejcic avatar Jan 27 '24 09:01 stefanpejcic

Just need to edit assetPrefix in next.config.js to be blank.

ie;

  assetPrefix: '',

coolacid avatar Jan 15 '25 20:01 coolacid