Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancements and bug fixes #27

Merged
merged 3 commits into from
Feb 23, 2024
Merged

Enhancements and bug fixes #27

merged 3 commits into from
Feb 23, 2024

Conversation

daklik
Copy link
Contributor

@daklik daklik commented Feb 22, 2024

Closes #26
Closes #25
Closes #24
Closes #23
Closes #22
Closes #21
Closes #20

Copy link
Member

@boutell boutell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

index.js Outdated Show resolved Hide resolved
@@ -16,7 +16,9 @@ module.exports = {
browser: true
},
openGraph: false, // Disables @apostrophecms/open-graph for redirects
seo: false // Disables @apostrophecms/seo for redirects
seoFields: false, // Disables @apostrophecms/seo for redirects
regExpWhiteList: [ /\/api\/v1\/.*/ ],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use allowList by convention, I'll take care of it after merging.

@boutell boutell merged commit 7e9db80 into apostrophecms:main Feb 23, 2024
0 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment