1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

fix links

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2022-09-08 00:25:44 +05:30
parent 9b550b4eb9
commit 7d6693ffbd
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -105,7 +105,7 @@ viewHeader page =
_ ->
header [ class "foo-logo" ]
[ img [ src "logo-static.svg" ]
[ img [ src "/website/logo-static.svg" ]
[]
]
in
@@ -221,8 +221,8 @@ parser =
[ Parser.map Splash Parser.top
, Parser.map Splash (s urlPrefix)
, Parser.map Blog (s urlPrefix </> s "posts")
, Parser.map Static (s "pages")
, Parser.map Terminal (s "terminal")
, Parser.map Static (s urlPrefix </> s "pages")
, Parser.map Terminal (s urlPrefix </> s "terminal")
]
+1 -1
View File
@@ -17,7 +17,7 @@ view model =
[ div [ class "foo-error" ]
[ img
[ class "foo-error__logo"
, src "public/logo-loading.svg"
, src "/website/logo-loading.svg"
, alt "Finding the SpaceTime"
, width 130
, height 130