我正在尝试使用path-match来匹配以/_internal
和/static
开头的路由。
因此,给出一些路线:
/ => should not match
/profile => should not match
/_internal/wBD17Ai4P3l04yNcyAkrn/pages/index.js => should match
/_internal/wBD17Ai4P3l04yNcyAkrn/pages/_app.js => should match
/static/app.css => should match
/_internal/static/wBD17Ai4P3l04yNcyAkrn/pages/page.js => should match
执行此操作的正确方法是什么?
答案 0 :(得分:0)