Skip to content

Commit 62596a1

Browse files
committed
Try renaming file
1 parent f585b87 commit 62596a1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/nextjs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
#
6060
# You may remove this line if you want to manage the configuration yourself.
6161
static_site_generator: next
62-
generator_config_file: next.config.mjs
6362
- name: Restore cache
6463
uses: actions/cache@v4
6564
with:
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {};
33

4-
export default nextConfig;
4+
module.exports = nextConfig;

0 commit comments

Comments
 (0)