few changes

This commit is contained in:
2025-08-18 14:50:38 -05:00
parent 447af46fa0
commit 5fbd696ad0
4 changed files with 36 additions and 62 deletions

View File

@@ -3,6 +3,8 @@ import path from "path";
import withFlowbiteReact from "flowbite-react/plugin/nextjs";
const nextConfig = {
output: "export",
images: { unoptimized: true },
webpack: (config) => {
config.resolve.alias["@"] = path.resolve(process.cwd());
return config;