feature/algorithm #5

Merged
manuel merged 6 commits from feature/algorithm into main 2025-01-08 21:54:25 +01:00
Showing only changes of commit 9f61216691 - Show all commits

View file

@ -1,7 +1,9 @@
import type { NextConfig } from "next";
import type {NextConfig} from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "export",
assetPrefix: "./"
};
export default nextConfig;