diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index a0ef1fa..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,14 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project name e.g., cloud-foundry -liberapay: # Replace with a single Liberapay username -issuehunt: # Replace with a single IssueHunt username -lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -polar: # Replace with a single Polar username -buy_me_a_coffee: # Replace with a single Buy Me a Coffee username -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/app/favicon.ico b/app/favicon.ico deleted file mode 100644 index a36ff34..0000000 Binary files a/app/favicon.ico and /dev/null differ diff --git a/app/layout.js b/app/layout.js index bcf2699..aded9cd 100644 --- a/app/layout.js +++ b/app/layout.js @@ -10,7 +10,7 @@ import ScrollToTop from "./components/helper/scroll-to-top"; const inter = Inter({ subsets: ["latin"] }); export const metadata = { - title: "Portfolio of Ridhima Jain - Web Developer", + title: "RJ", description: "This is the portfolio of Ridhima Jain. I am a self taught Web developer. I love to learn new things and I am always open to collaborating with others. I am a quick learner and I am always looking for new challenges.", }; diff --git a/app/page.js b/app/page.js index 204df53..e1998f0 100644 --- a/app/page.js +++ b/app/page.js @@ -23,7 +23,7 @@ async function getData() { }; export default async function Home() { - const blogs = await getData(); + // const blogs = await getData(); return ( <>