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

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