Add files via upload
This commit is contained in:
9
next.config.js
Normal file
9
next.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const dotenv = require("dotenv");
|
||||
|
||||
dotenv.config();
|
||||
|
||||
const env = {}
|
||||
|
||||
module.exports = {
|
||||
publicRuntimeConfig: env,
|
||||
};
|
||||
Reference in New Issue
Block a user