endpild-laman/next.config.js

12 lines
181 B
JavaScript
Raw Permalink Normal View History

2024-01-22 20:52:38 +09:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
sassOptions: {
includePaths: [
'./',
],
},
};
module.exports = nextConfig;