Skip to content

Commit

Permalink
[feat]: added discord code
Browse files Browse the repository at this point in the history
  • Loading branch information
VineeTagarwaL-code committed Oct 24, 2024
1 parent 53ce567 commit d488ad3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ interface Site {
}

export const SITE: Site = {
title: "OpenNext",
sst: "https://sst.dev",
url: "https://opennext.js.org",
title: "v3cn",
sst: "https://v3cn.me",
url: "https://v3cn.me",
github: "https://github.com/vineetagarwaL-code/v3cn",
description: "A ui library for your next portfolio",
};
4 changes: 3 additions & 1 deletion theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ export default {
feedback: {
useLink: () => SITE.github,
},
head: null,
head: (
<script defer src="https://unmani-vercel.vercel.app/script.js" data-website-id="5aa79a6c-9caf-4649-a641-512c273fbe98"></script>
),
useNextSeoProps() {
const { frontMatter } = useConfig();
return {
Expand Down

0 comments on commit d488ad3

Please sign in to comment.