Skip to content

Commit

Permalink
Update node.js to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksTeresh committed Oct 22, 2024
1 parent 644e86f commit 8934edb
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 146 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
output: 'export',
webpack: (config) => {
config.module.rules.push({
test: /\.md$/,
Expand Down
Loading

0 comments on commit 8934edb

Please sign in to comment.