-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add /contact page, use instead of email #298
Conversation
@@ -11,17 +12,18 @@ export const GITHUB_ISSUES_URL = "https://github.com/ddev/ddev/issues" | |||
export const DOCUMENTATION_URL = "https://ddev.readthedocs.io/" | |||
export const DISCORD_URL = "/s/discord" | |||
export const EMAIL_URL = "mailto:support%40ddev.com" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This typo to be specific we need to replace %40 for @
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works in regular links, and the idea is to prevent web crawlers from capturing the email address.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oooh, that makes sense, I thought this was the original issue with the email on the footer.
other than that the contact page seems fine. |
Deploying ddev-com-front-end with
|
Latest commit: |
75972f6
|
Status: | ✅ Deploy successful! |
Preview URL: | https://52f7a161.ddev-com-front-end.pages.dev |
Branch Preview URL: | https://20241224-contact-and-linkedi.ddev-com-front-end.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're awesome, thanks! |
The Issue
email
in the footer didn't actually work, at least on my browserRendered at https://20241224-contact-and-linkedi.ddev-com-front-end.pages.dev/
See especially the footer and /contact pages