Skip to content

Commit

Permalink
refactor: Updates domain name (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Oct 1, 2023
1 parent ad2bd67 commit 993ef0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://quack-ai.com"><img src="https://uploads-ssl.webflow.com/64a6527708bc7f2ce5fd6b2a/64a654825ed3d444b47c4935_quack-logo%20(copy).png" width="100" height="100"></a>
<a href="https://quackai.com"><img src="https://uploads-ssl.webflow.com/64a6527708bc7f2ce5fd6b2a/64a654825ed3d444b47c4935_quack-logo%20(copy).png" width="100" height="100"></a>
</p>
<h1 align="center">
Quack AI
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/quack-ai/quack-ai.github.io/issues",
"email": "support@quack-ai.com"
},
"homepage": "https://quack-ai.com",
"homepage": "https://quackai.com",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import Script from "next/script";
const metaTitle = "Quack AI - Your companion for developer onboarding";
const metaDescription =
"Quack AI is your companion for developer onboarding. Simplify the onboarding process and improve productivity.";
const metaUrl = "https://www.quack-ai.com/";
const metaBanner = "https://www.quack-ai.com/social-banner.png";
const metaUrl = "https://www.quackai.com/";
const metaBanner = "https://www.quackai.com/social-banner.png";

export default function Document() {
return (
Expand Down

0 comments on commit 993ef0a

Please sign in to comment.