in the Readme, the pattern matching as it is can't work.
i managed to fix it as per this thread. it requires a "^" in front of the relative path.
https://community.weweb.io/t/dynamic-metadata-through-cloudflare-dont-appear/13099/17?u=vfede
Please update the readme
from
pattern: "/event/[^/]+",
to
pattern: "^/event/[^/]+",
in the Readme, the pattern matching as it is can't work.
i managed to fix it as per this thread. it requires a "^" in front of the relative path.
https://community.weweb.io/t/dynamic-metadata-through-cloudflare-dont-appear/13099/17?u=vfede
Please update the readme
from
pattern: "/event/[^/]+",to
pattern: "^/event/[^/]+",