Skip to content

Commit e470b77

Browse files
committed
update site
1 parent 0800f4a commit e470b77

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

www/next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const path = require('path');
1515
const withMDX = require('@next/mdx')();
1616

1717
// const withMDX = (x) => x;
18-
1918
const spawnSync = require('child_process').spawnSync;
2019

2120
const exec = (cmd, args = []) => spawnSync(cmd, args, { stdio: 'pipe' });

0 commit comments

Comments
 (0)