Skip to content

Commit

Permalink
chore: remove api integration for now
Browse files Browse the repository at this point in the history
  • Loading branch information
binodnepali committed Apr 29, 2024
1 parent 67c2c8a commit f446430
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions routes/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import Bio from "../components/Bio.tsx";
import Experience from "../components/Experience.tsx";
import Navbar from "../islands/Navbar.tsx";
import { getProfile } from "../src/server/getProfile.ts";

export default async function Home() {
const data = await getProfile();
import data from "../data/linkedin-profile.json" with {
type: "json",
};

export default function Home() {
return (
<>
<header>
Expand Down

0 comments on commit f446430

Please sign in to comment.