fix: add placeholder to .env.example
This commit is contained in:
@@ -10,9 +10,6 @@ const nextConfig = {
|
||||
warn: () => {},
|
||||
},
|
||||
},
|
||||
webpack(config) {
|
||||
return config;
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = composePlugins(withNx, withPayload)(nextConfig);
|
||||
|
||||
@@ -40,7 +40,7 @@ export default buildConfig({
|
||||
CommunitiesSection,
|
||||
LearningResourcesSection,
|
||||
TestimonialsSection,
|
||||
CallToActionSection
|
||||
CallToActionSection,
|
||||
],
|
||||
editor: lexicalEditor(),
|
||||
secret: process.env.CMS_SECRET || '',
|
||||
|
||||
Reference in New Issue
Block a user