feat: set basePath via config

This commit is contained in:
Mathias Schopmans
2024-03-05 09:50:27 +01:00
committed by Mathias Schopmans
parent 6dd5d5c017
commit a9561a55b4
5 changed files with 18 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ import { markedHighlight } from "marked-highlight";
import path from "path";
import config from "../data/config.json";
import nextConfig from "../next.config.mjs";
import nextConfig from "../next.config.js";
import Positioner from "./positioner";
import { Flag, Item } from "@/lib/types";