Files
alkalist/next.config.ts
rmcampos 7f2a4d72e2
Build Deploy to Pages / build (push) Successful in 5m42s
feat: fix deploy file and add more info
2026-06-17 18:13:51 -03:00

12 lines
221 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'export',
basePath: '',
assetPrefix: '',
images: { unoptimized: true },
};
export default nextConfig;