Finally fix the build pagination issue

This commit is contained in:
2022-04-21 20:48:34 +02:00
parent 2881835dee
commit 5de0e3aa32
14 changed files with 336 additions and 406 deletions

View File

@ -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))
}