feat: set basePath via config
This commit is contained in:
committed by
Mathias Schopmans
parent
6dd5d5c017
commit
a9561a55b4
@@ -1,6 +1,6 @@
|
||||
import { type ClassValue, clsx } from "clsx";
|
||||
|
||||
import config from "../../next.config.mjs";
|
||||
import config from "../../next.config.js";
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return clsx(inputs);
|
||||
|
||||
Reference in New Issue
Block a user