endpild-laman/next.config.js
AmaneSerenetia 1104b76e46 first commit
2024-01-22 20:52:38 +09:00

12 lines
181 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
sassOptions: {
includePaths: [
'./',
],
},
};
module.exports = nextConfig;