mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 06:31:13 -05:00
Fix: Add .js extensions to bot detection imports
This commit is contained in:
@@ -14,7 +14,7 @@ type VercelResponse = ServerResponse & {
|
||||
send: (body: string) => VercelResponse;
|
||||
};
|
||||
|
||||
import { detectBot } from './botDetection/index';
|
||||
import { detectBot } from './botDetection/index.js';
|
||||
|
||||
interface PageData {
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user