We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a16bd commit 8356358Copy full SHA for 8356358
.gitignore
@@ -18,7 +18,7 @@ node_modules
18
.env.development.local
19
.env.test.local
20
.env.production.local
21
-next.config.js
+# next.config.js
22
23
npm-debug.log*
24
yarn-debug.log*
next.config.js
@@ -0,0 +1,6 @@
1
+module.exports = {
2
+ env: {
3
+ ALGOLIA_APP_ID: process.env.ALGOLIA_APP_ID,
4
+ ALGOLIA_PUBLIC_API_KEY: process.env.ALGOLIA_PUBLIC_API_KEY,
5
+ },
6
+};
0 commit comments