Skip to content

Commit 57a4c80

Browse files
author
Ramya Parimi
committed
comment -> delete
1 parent 306751c commit 57a4c80

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

next.config.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,12 @@
33

44
const fs = require('fs')
55
const frontmatter = require('gray-matter')
6-
// const CopyWebpackPlugin = require('copy-webpack-plugin')
76
const path = require('path')
87
const homepage = path.posix.join(process.cwd(), 'content/index.md')
98
const { data } = frontmatter(fs.readFileSync(homepage, 'utf8'))
109
const productIds = data.children
1110

1211
module.exports = {
13-
// webpack: (config, { isServer }) => {
14-
// if (isServer) {
15-
// config.plugins.push(
16-
// new CopyWebpackPlugin({
17-
// patterns: [
18-
// {
19-
// from: path.join(__dirname, 'node_modules/@primer/css/fonts'),
20-
// to: path.join(__dirname, 'assets/fonts/inter'),
21-
// },
22-
// ],
23-
// })
24-
// )
25-
// }
26-
// return config
27-
// },
2812
// speed up production `next build` by ignoring typechecking during that step of build.
2913
// type-checking still occurs in the Dockerfile build
3014
typescript: {

0 commit comments

Comments
 (0)