new features

This commit is contained in:
Daniil
2026-02-27 23:34:17 +03:00
parent 42ce5fa0fe
commit 71b974903a
191 changed files with 11300 additions and 373 deletions
+13
View File
@@ -7,6 +7,19 @@ const stylesPath = path.join(dirname, "src/shared/styles")
console.log("dirname", dirname)
const nextConfig = {
images: {
remotePatterns: [
{
protocol: "http",
hostname: "localhost",
port: "9000",
},
],
dangerouslyAllowSVG: true,
contentDispositionType: "inline",
localPatterns: undefined,
unoptimized: process.env.NODE_ENV === "development",
},
sassOptions: {
includePaths: [stylesPath],
additionalData: `@use "${path.join(stylesPath, "_variables.scss")}";