Skip to content

Commit

Permalink
Some
Browse files Browse the repository at this point in the history
  • Loading branch information
Waseem raja Shaik authored and Waseem raja Shaik committed Feb 6, 2024
1 parent 4f6655c commit e1f34a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ const __dirname = path.dirname(__filename);

const nextConfig = {
sassOptions: {
includePaths: [path.join(__dirname + "/styles", "styles")],
},
output: {
export: true,
includePaths: [path.join(__dirname, 'styles')],
},
trailingSlash: true,
output: 'export',
};

export default nextConfig;

0 comments on commit e1f34a7

Please sign in to comment.