Can't figure out how to make waline appear #2063
didntchooseaname
started this conversation in
General
Replies: 1 comment 2 replies
-
serverURL should not include |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello and thank you for your work !
I use a static files generator called "retype" based on yml for conf and markdown for content.
I followed the documentation and deployed the waline project with vercel from github, and it worked flawlesly (https://comments-lake-kappa.vercel.app/).
In facts, there is a _includes folder when i can put code in different places (head.html, bottom.md...), that code will be applied on each generated pages.
I use leancloud and set the env variables in vercel accordingly to the documentation.
So i followed the next setps and i include the css between
<head>
:and the js script with the html div in the
body
:I deployed that code to a preview branch of the website : https://docs-contactit-fr-git-preview-didntchooseaname.vercel.app/
The change are effective, the css is included and the html code too, but there is no block on the website at the very bottom of each pages.
The 'test' that i put between
<p>
in the div appear at the bottom.Had an error while fetch the css ans an uncaught syntax :
I tried on diferent stock browsers.
Do i misunderstood somthing ? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions