vinext 0.0.17 → 0.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -899,7 +899,7 @@ ${generateNormalizePathCode("modern")}
899
899
 
900
900
  // ── Config pattern matching (redirects, rewrites, headers) ──────────────
901
901
  function __matchConfigPattern(pathname, pattern) {
902
- if (pattern.includes("(") || pattern.includes("\\\\") || /:[\\w-]+[*+][^/]/.test(pattern)) {
902
+ if (pattern.includes("(") || pattern.includes("\\\\") || /:[\\w-]+[*+][^/]/.test(pattern) || /:[\\w-]+\\./.test(pattern)) {
903
903
  try {
904
904
  const paramNames = [];
905
905
  const regexStr = pattern