Skip to content

Commit

Permalink
fix: sass legacy api warning (vercel/next.js#71638)
Browse files Browse the repository at this point in the history
  • Loading branch information
NriotHrreion committed Nov 30, 2024
1 parent eaeeffa commit 34d3a74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
/* config options here */
sassOptions: {
silenceDeprecations: ["legacy-js-api"],
}
};

export default nextConfig;

0 comments on commit 34d3a74

Please sign in to comment.