We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b00450 commit f1dc054Copy full SHA for f1dc054
next.config.js
@@ -1,5 +1,5 @@
1
// Import the base path from the basePath.js file
2
-import BASE_PATH from "./basePath"; // Adjust the path if necessary
+const BASE_PATH = require("./basePath");
3
4
/** @type {import('next').NextConfig} */
5
const nextConfig = {
0 commit comments