fix: add placeholder to .env.example

This commit is contained in:
ArraysID
2025-05-10 16:50:26 +07:00
parent 121faf89c3
commit b9b71c4c25
3 changed files with 11 additions and 9 deletions
-3
View File
@@ -10,9 +10,6 @@ const nextConfig = {
warn: () => {},
},
},
webpack(config) {
return config;
},
};
module.exports = composePlugins(withNx, withPayload)(nextConfig);
+1 -1
View File
@@ -40,7 +40,7 @@ export default buildConfig({
CommunitiesSection,
LearningResourcesSection,
TestimonialsSection,
CallToActionSection
CallToActionSection,
],
editor: lexicalEditor(),
secret: process.env.CMS_SECRET || '',