Skip to content

Regex pattern in the readme is not correct #3

Description

@vfede

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/[^/]+",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions