cleanup: alte POI-Wrapper-Komponenten entfernt, Redux-basierte Variante vollständig übernommen (v1.1.108)
This commit is contained in:
4
config/paths.js
Normal file
4
config/paths.js
Normal file
@@ -0,0 +1,4 @@
|
||||
// config/paths.js
|
||||
const basePathRaw = process.env.NEXT_PUBLIC_BASE_PATH || "";
|
||||
const BASE_PATH = basePathRaw.replace(/^\/|\/$/g, "");
|
||||
export const BASE_URL = BASE_PATH ? `/${BASE_PATH}` : "";
|
||||
Reference in New Issue
Block a user