mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 11:12:06 +10:00
fix: wip
This commit is contained in:
@ -73,9 +73,6 @@ export async function getLoadContext(args: GetLoadContextArgs) {
|
||||
* - /favicon.* (Favicon files)
|
||||
* - *.webmanifest (Web manifest files)
|
||||
* - Paths starting with . (e.g. .well-known)
|
||||
*
|
||||
* The regex pattern (?!pattern) is a negative lookahead that ensures the path does NOT match any of these patterns.
|
||||
* The .* at the end matches any remaining characters in the path.
|
||||
*/
|
||||
const config = {
|
||||
matcher: new RegExp(
|
||||
|
||||
Reference in New Issue
Block a user