what hapenned with the css of this project??? looks awfull

This commit is contained in:
Leon Serfaty G
2025-12-26 00:08:44 +00:00
parent c5ebbc5f77
commit 76ba003c92
12 changed files with 148 additions and 130 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import type {NextConfig} from 'next';
const nextConfig: NextConfig = {
/** @type {import('next').NextConfig} */
const nextConfig = {
/* config options here */
output: 'standalone',
typescript: {
@@ -21,4 +21,4 @@ const nextConfig: NextConfig = {
},
};
export default nextConfig;
module.exports = nextConfig;