Add cal URL

This commit is contained in:
Joe Au-Yeung 2023-01-23 17:03:18 -05:00
parent 1aed940420
commit 97fee864bf

View File

@ -266,8 +266,8 @@ const nextConfig = {
const ContentSecurityPolicy = `
default-src 'self';
script-src 'self';
child-src example.com;
style-src 'self' example.com;
child-src app.cal.com;
style-src 'self' app.cal.com;
font-src 'self';
`;
return [