mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
hmm
This commit is contained in:
parent
151b434295
commit
05a2adaac4
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ export function createRequestHandler({
|
||||||
const { pathname } = new URL(request.url)
|
const { pathname } = new URL(request.url)
|
||||||
// Skip the handler for static files
|
// Skip the handler for static files
|
||||||
if (pathname.startsWith(`${assetPath}/`)) {
|
if (pathname.startsWith(`${assetPath}/`)) {
|
||||||
console.log('Continuing Remix handler for static file', pathname)
|
console.log('Skipping Remix handler for static file', pathname)
|
||||||
// return
|
return;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
const loadContext = (await getLoadContext?.(request, context)) || context
|
const loadContext = (await getLoadContext?.(request, context)) || context
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue