enlighten icon indicating copy to clipboard operation
enlighten copied to clipboard

export command errors to assets paths

Open alphyon opened this issue 5 years ago • 1 comments

Hi, I use a command to export in external documentation, the results, but when I pass a path to deploy, this generates a bad reference, the references take an absolute path and change the value in the config file but the bug persists, why the export files not take the styles but not take the reference the assets files

alphyon avatar Dec 13 '20 17:12 alphyon

@alphyon If I understand the problem is in PATH to the assets of the preview content? If so, a trick I use for this is to change the APP_URL in the environment file before running the tests and generating the documentation, so it contains the correct body.

I'll think about this problem to see if I can implement a better solution.

sileence avatar Dec 15 '20 20:12 sileence