Skip to content

Commit

Permalink
fix links and add image
Browse files Browse the repository at this point in the history
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
avinal committed Mar 30, 2024
1 parent 91d3d5d commit d085c84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
to = "/index.html"
status = 200

[[redirects]]
from = "/posts/*"
to = ""
status = 200
# [[redirects]]
# from = "/posts/*"
# to = ""
# status = 200

[build.environment]
HUGO_VERSION = "0.124.1"
HUGO_VERSION = "0.124.1"
4 changes: 2 additions & 2 deletions src/Utils/Constants.elm
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ type alias Job msg =
footerLinks : List Link
footerLinks =
[ { text = "About", url = "/pages/about-me" }
, { text = "Blog", url = "/posts" }
, { text = "Blog", url = "https://avinal.space/posts" }
, { text = "Projects", url = "/pages/projects" }
, { text = "GSoC", url = "/posts/gsoc" }
, { text = "GSoC", url = "https://avinal.space/posts/category/gsoc" }
]


Expand Down
Binary file added static/images/big-raspberry-pi.webp
Binary file not shown.

0 comments on commit d085c84

Please sign in to comment.