what hapenned with the css of this project??? looks awfull
This commit is contained in:
+3
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user