Fabrizio B
Fabrizio B
Hey, It would be nice to have the ability to add a social_image for posts/homepage, maybe something like: ```js export const siteConfig: SiteConfig = { ... socialContentImage: { enable: true...
Hi, possible yes, but really time consuming as the ingress should be done different, at that point I would scrap everything and just use the DOM manipulation logic. Without creating...
Hi, Are you using the same token as the other module? You need to reauthenticate as the API scopes are probably different, even if it worked on the other module
Thats strange, I just did it with an old app and it right away just worked, do you have the correct redirect? Given that you are in docker what Ip/hostname...
Its really strange as for a couple couple of users it just endlessly times out. What other modules do you have installed?
It seems that for some reason the `remark-admonitions.ts` `transformUnhandledDirective` function breaks the leaf directives. Putting it before the `remarkAdmonitions` plugin makes the plugin work.
Hey, this is an issue with how chromium renders things. I dont know if you are using electron or just the server, if you are using electron im sure that...
Hey, I just updated a couple of things, can you try using the new Auth Tool?
You are right as I had removed the trailing /callback to make it easier. The uri is: `https://npos.fabriz.co/` without the callback part Edit: Fixed it, it should be live
Can you provide an screenshoot for your Spotify App? Does the callback URI inside the Spotify App ends with the trailing `/`? > https://npos.fabriz.co/ does not appear to be a...