Skip to content

Commit 8934edb

Browse files
committed
Update node.js to v14
1 parent 644e86f commit 8934edb

File tree

4 files changed

+129
-146
lines changed

4 files changed

+129
-146
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
output: 'export',
23
webpack: (config) => {
34
config.module.rules.push({
45
test: /\.md$/,

0 commit comments

Comments
 (0)