skbeta/next.config.js
Christopher Arraya c55ab3d49e initial commit
2024-01-13 20:55:51 -05:00

9 lines
142 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
compiler: {
styledComponents: true,
},
};
module.exports = nextConfig;