Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download zip / ftp export : css link bug #1618

Open
ceubri opened this issue Nov 1, 2024 · 2 comments
Open

download zip / ftp export : css link bug #1618

ceubri opened this issue Nov 1, 2024 · 2 comments

Comments

@ceubri
Copy link

ceubri commented Nov 1, 2024

I just try to export 2 websites with :

  • the download zip
  • the ftp export options

There is a bug (same on the 2 websites) : the css link is rewriten, it should be :

  • link rel="stylesheet" href="./css/index.css"
    but it's :
  • link rel="stylesheet" href="/css/index-356358c66ed9696aa6ec81629a874bb10f0f1b53ddde45ed60bb1fd45baa1fba.css"

It's very strange @oliviermgx @lexoyo ?

@lexoyo
Copy link
Member

lexoyo commented Nov 1, 2024

There is a bug (same on the 2 websites) : the css link is rewriten, it should be
link rel="stylesheet" href="./css/index.css"

Tu écris ça parce que tu as vu dans les fichiers générés que c'est le nom du fichier ?

En attendant, en mode à l'arrache tu peux ajouter ce que tu veux dans le head

@oliviermgx
Copy link
Contributor

@ceubri je ne comprends pas bien. A quel moment tu as décidé que ton css s'appellerait "index.css" ?
Parce que le nom complexe index-356358c66ed9696aa6ec81629a874bb10f0f1b53ddde45ed60bb1fd45baa1fba.css est celui que génère justement l'export (en tout cas pour la publi ftp que je connais et que j'ai eu à modifier, sachant que le zip n'a pas été modifié lui depuis longtemps).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants