Skip to content

Commit

Permalink
chore: build error 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Dec 31, 2023
1 parent 9600958 commit 0907e99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @wookki @seoye0ng
8 changes: 4 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
const path = require('path')

module.exports = {
sassOptions: {
includePaths: [path.join(__dirname, 'styles')],
},
}

module.exports = nextConfig
}

0 comments on commit 0907e99

Please sign in to comment.