Skip to content

Commit f1dc054

Browse files
author
Programming-Sai
committed
Modifying config file
1 parent 1b00450 commit f1dc054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Import the base path from the basePath.js file
2-
import BASE_PATH from "./basePath"; // Adjust the path if necessary
2+
const BASE_PATH = require("./basePath");
33

44
/** @type {import('next').NextConfig} */
55
const nextConfig = {

0 commit comments

Comments
 (0)