feat: add initial configuration files for Caddy and Docker setup

This commit is contained in:
2026-03-29 05:14:54 +00:00
parent 88bfefd09c
commit d3e5521792
3 changed files with 18 additions and 1 deletions

View File

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