mirror of
https://github.com/SkalaraAI/skbeta.git
synced 2025-04-16 10:20:18 -04:00
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
compiler: {
|
|
styledComponents: true,
|
|
},
|
|
};
|
|
|
|
module.exports = nextConfig;
|