-
Is there any way to disable the demo page running on a subdomain like "remark42.domain.com/web" without breaking the retrieval of the embed.js used to show the comments? I use Caddy as reverse proxy system. |
Beta Was this translation helpful? Give feedback.
Answered by
paskal
May 10, 2024
Replies: 1 comment 13 replies
-
I think you could just redirect root of |
Beta Was this translation helpful? Give feedback.
13 replies
Answer selected by
DarthVi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you could just redirect root of
/web/
to another location but keep separate rules for files which are required:remark.mjs
,remark.css
,iframe.html
andembed.mjs
.