Skip to content

Commit

Permalink
Renamed config file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaufderheyde committed Mar 14, 2024
1 parent 045a980 commit 8e3a0a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
6 changes: 0 additions & 6 deletions next.config.js

This file was deleted.

12 changes: 8 additions & 4 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('next').NextConfig} */
// @ts-check

/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: 'export',
};

export default nextConfig;
}
export default nextConfig

0 comments on commit 8e3a0a1

Please sign in to comment.