We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f585b87 commit 62596a1Copy full SHA for 62596a1
.github/workflows/nextjs.yml
@@ -59,7 +59,6 @@ jobs:
59
#
60
# You may remove this line if you want to manage the configuration yourself.
61
static_site_generator: next
62
- generator_config_file: next.config.mjs
63
- name: Restore cache
64
uses: actions/cache@v4
65
with:
airstrip-fe/next.config.mjs airstrip-fe/next.config.js
@@ -1,4 +1,4 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {};
3
4
-export default nextConfig;
+module.exports = nextConfig;
0 commit comments