Skip to content

Commit cb01dd8

Browse files
committed
Fixed Bug
1 parent efd6264 commit cb01dd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ const config = {
1616
customFields: {
1717
admin: "Ajay Dhangar",
1818
superman: "Shivay",
19-
serviceId: process.env.EMAILJS_SERVICE_ID,
20-
templateId: process.env.EMAILJS_TEMPLATE_ID,
21-
userId: process.env.EMAILJS_USER_ID,
22-
emailService: process.env.EMAIL_SERVICE,
19+
// serviceId: process.env.EMAILJS_SERVICE_ID,
20+
// templateId: process.env.EMAILJS_TEMPLATE_ID,
21+
// userId: process.env.EMAILJS_USER_ID,
22+
// emailService: process.env.EMAIL_SERVICE,
2323
},
2424

2525
organizationName: "codeharborhub",

0 commit comments

Comments
 (0)