init project files
This commit is contained in:
16
next.config.mjs
Normal file
16
next.config.mjs
Normal file
@@ -0,0 +1,16 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
sassOptions: {
|
||||
additionalData: `
|
||||
@use './styles/_variables' as *;
|
||||
@use './styles/_mixins' as *;
|
||||
`,
|
||||
},
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{ protocol: 'https', hostname: 'placehold.co', pathname: '/**' },
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user