elcc / website /next.config.mjs
bboldt's picture
Initial public commit
a5f760c
raw
history blame contribute delete
136 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
trailingSlash: true,
};
export default nextConfig;