HesterG
commented on pull request gitea/gitea-docusaurus#47
Add subscription and community components
This is to follow https://gitea.com/gitea/blog/pulls/272
HesterG
commented on pull request gitea/blog#279
fix base64 csp error
I removed node_modules and do
npm i
again, and then the environment variable works, so opened https://gitea.com/gitea/blog/pulls/280 to replace this PR.
HesterG
closed issue gitea/blog#278
Enhancement for form action for subscribe component
HesterG
commented on issue gitea/blog#278
Enhancement for form action for subscribe component
source code for the post:
https://github.com/knadh/listmonk/blob/7dd7166bcf17c50f4974192a28c634f90f589a22/cmd/public.go#L427
The change might be hard to implement because this is server side…
HesterG
commented on pull request gitea/blog#279
fix base64 csp error
> We just need to set an env var WEBPACK_URL_LOADER_LIMIT=1, maybe in the Makefile?
Thanks! I found the [PR](https://github.com/facebook/docusaurus/pull/5498) for this, and also [the code](https…