-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b01612
commit f13c0ea
Showing
2 changed files
with
46 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
export const siteConfig = { | ||
title: 'Fix Security', | ||
shortTitle: 'Fix', | ||
tagline: 'Continuous cloud security', | ||
tagline: 'Get a secure and compliant cloud', | ||
description: | ||
'Your cloud is dynamic and changes by the hour. Built on open source, Fix Security regularly scans and checks your cloud so you stay secure and compliant.', | ||
'Simple cloud security to help you "fix" the hidden risks in your cloud. Inventory, misconfigurations, compliance checks, and remediation—all in one place.', | ||
url: 'https://fix.security', | ||
copyright: `© ${new Date().getFullYear()} Some Engineering Inc. All rights reserved.`, | ||
registerUrl: 'https://app.fix.security/auth/register', | ||
loginUrl: 'https://app.fix.security/auth/login', | ||
demoUrl: 'https://calendly.com/larskamp/30-min', | ||
}; |