Skip to content

Commit

Permalink
fix: social links
Browse files Browse the repository at this point in the history
  • Loading branch information
vimfn committed Aug 2, 2024
1 parent cf1cfa7 commit 19162f7
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion app/(more)/faqs/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const pinsPage = () => {
of us. If you have any other inquiries, feel free to reach out to me
at{" "}
<a
href="http://x.com/vimfnn"
href="http://x.com/vimfnx"
target="_blank"
rel="noopener noreferrer"
className="link"
Expand Down
4 changes: 2 additions & 2 deletions app/(more)/work/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ const workPage = () => {
<p>
Always happy to discuss new ideas — hit me a up at
<a
href="http://x.com/agx86"
href="http://x.com/vimfnx"
className="link ml-1"
target="_blank"
rel="noopener noreferrer"
>
@agx86
@vimfnx
</a>
{""}.
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const inter = Inter({ subsets: ["latin"] });

const info = {
name: "Arunava Ghosh",
twitter: "@vimfnn",
twitter: "@vimfnx",
description: "19yo Software Engineer, India",
url: "https://vimfn.in",
image: "/meta/meta.png",
Expand Down
2 changes: 1 addition & 1 deletion app/notes/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const notesPage = () => {
</a>{" "}
or follow on
<a
href="https://x.com/vimfnn"
href="https://x.com/vimfnx"
target="_blank"
className="link mx-1"
>
Expand Down
2 changes: 1 addition & 1 deletion components/misc/(home)/cards/links-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const LinksCard = () => {
</p>
</a>
<a
href="http://x.com/vimfnn"
href="http://x.com/vimfnx"
target="_blank"
className="hover:scale-95 duration-500 transform-gpu h-[4.125rem] flex flex-col justify-center items-center rounded-lg text-white bg-[#1c1d1f] w-full"
>
Expand Down
2 changes: 1 addition & 1 deletion components/misc/(home)/intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const Intro = () => {
feel free to reach me out at
<a
className="link text-black dark:text-white/95 mx-1 underline underline-offset-auto"
href="http://x.com/vimfnn"
href="http://x.com/vimfnx"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion components/nav/nav-drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const NavDrawer = () => {
</Button>
<Button variant="secondary">
<a
href="http://x.com/vimfnn"
href="http://x.com/vimfnx"
target="_blank"
rel="noopener noreferrer"
className="h-full w-full"
Expand Down
80 changes: 40 additions & 40 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,70 +13,70 @@ const nextConfig = {
async redirects() {
return [
{
source: "/(github|gh|git)",
destination: "https://github.com/vimfn",
permanent: true,
source: "/(github|gh|git)",
destination: "https://github.com/vimfn",
permanent: true,
},
{
source: "/sponsor",
destination: "https://github.com/sponsors/vimfn",
permanent: true,
source: "/sponsor",
destination: "https://github.com/sponsors/vimfn",
permanent: true,
},
{
source: "/(gh|github|git)/:slug*",
destination: "https://github.com/vimfn/:slug*",
permanent: true,
source: "/(gh|github|git)/:slug*",
destination: "https://github.com/vimfn/:slug*",
permanent: true,
},
{
source: "/(twitter|x)",
destination: "https://twitter.com/vimfnn",
permanent: true,
source: "/(twitter|x)",
destination: "https://twitter.com/vimfnx",
permanent: true,
},
{
source: "/linkedin",
destination: "https://www.linkedin.com/in/vimfn/",
permanent: true,
source: "/linkedin",
destination: "https://www.linkedin.com/in/vimfn/",
permanent: true,
},
{
source: "/devden",
// invite only for now :(
destination: "https://discord.gg/N5Ce5uDvQZ",
permanent: true,
source: "/devden",
// invite only for now :(
destination: "https://discord.gg/N5Ce5uDvQZ",
permanent: true,
},
{
source: "/spotify",
destination: "https://open.spotify.com/user/zfu9cur8fpnw6oc4q8vm55op6",
permanent: true,
source: "/spotify",
destination: "https://open.spotify.com/user/zfu9cur8fpnw6oc4q8vm55op6",
permanent: true,
},
{
source: "/blog",
destination: "https://vimfn.in/writing",
permanent: true,
source: "/blog",
destination: "https://vimfn.in/writing",
permanent: true,
},
{
source: "/blog/:slug*",
destination: "https://vimfn.in/writing/:slug*",
permanent: true,
source: "/blog/:slug*",
destination: "https://vimfn.in/writing/:slug*",
permanent: true,
},
{
source: "/feed.xml",
destination: "https://vimfn.in/rss.xml",
permanent: true,
source: "/feed.xml",
destination: "https://vimfn.in/rss.xml",
permanent: true,
},
{
source: "/feed",
destination: "https://vimfn.in/rss.xml",
permanent: true,
source: "/feed",
destination: "https://vimfn.in/rss.xml",
permanent: true,
},
{
source: "/rss",
destination: "https://vimfn.in/rss.xml",
permanent: true,
source: "/rss",
destination: "https://vimfn.in/rss.xml",
permanent: true,
},
{
source: "/gpg",
destination: "https://github.com/vimfn.gpg",
permanent: true,
source: "/gpg",
destination: "https://github.com/vimfn.gpg",
permanent: true,
},
];
},
Expand Down

0 comments on commit 19162f7

Please sign in to comment.