Block a user
9f4e9894f7
Merge branch 'main' into subscription-community
c77d0e0e34
Update footer (#48)
1a7ec5f339
Upgrade gitea/act (#298)
5d01cb8904
Add tips in config file (#297)
dcf84d8a53
Avoid https://github.com/nektos/act/issues/1908 by specifying golang 1.20.5. (#295)
73adae040d
Upgrade act (#291)
cc772c2a9e
Merge branch 'main' into subscription-community
f585f6554a
update nav link
0105968d98
add 1.19 back in
cf21dd155f
Revert "Update docusaurus.config.js"
f8eecadedb
Update docusaurus.config.js
5b0e5c600c
comment and remove
c1016d343c
add components
1452282f79
update nav link
31b9aa5eca
add 1.19 back in
905d5414e4
Revert "Update docusaurus.config.js"
1452282f79
update nav link
31b9aa5eca
add 1.19 back in
905d5414e4
Revert "Update docusaurus.config.js"
fix base64 csp error
I removed node_modules and do npm i
again, and then the environment variable works, so opened gitea/blog#280 to replace this PR.
Enhancement for form action for subscribe component
Enhancement for form action for subscribe component
source code for the post:
7dd7166bcf/cmd/public.go (L427)
The change might be hard to implement because this is server side…
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 for this, and also [the code](https…