Skip to content

Commit

Permalink
Card Redirecting Error Solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanmay-Joshi73 committed Oct 6, 2023
1 parent 41fa295 commit 9aa938d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: npm install && npm run build
command: npm run start


10 changes: 0 additions & 10 deletions content/batch/learn/index.mdx

This file was deleted.

6 changes: 3 additions & 3 deletions content/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ This is not the only structure or flow for writing content you can write however
</Callout>

<div className="flex md:flex-row flex-col gap-4 mt-6">
<Card href="/batch/learn">
<Card href="/batch/learn/html/basic">
<Image
src="/learn_img.svg"
width="350"
Expand All @@ -138,7 +138,7 @@ This is not the only structure or flow for writing content you can write however
Curated Javascript Topics and Resources
</Card>

<Card href="/batch/build">
<Card href="/batch/build/react/fundamentals">
<Image
src="/build_img.svg"
width="350"
Expand All @@ -150,7 +150,7 @@ This is not the only structure or flow for writing content you can write however
Css made easy with this Guide
</Card>

<Card href="/batch/hire">
<Card href="/batch/hire/hire">
<Image
src="/hire_img.svg"
width="350"
Expand Down

0 comments on commit 9aa938d

Please sign in to comment.