Finally fix the build pagination issue
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
/** @type {import('@sveltejs/kit').ParamMatcher} */
|
||||
export function match(param: string) {
|
||||
console.debug('parma', param)
|
||||
return !['tags', 'page'].some((keyword) => param.startsWith(keyword))
|
||||
}
|
||||
|
Reference in New Issue
Block a user