Skip to content

Commit cebae94

Browse files
committed
fix: do not relativize 404.html at it breaks in subpages
1 parent 59136f4 commit cebae94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ main = hakyll $ do
335335
getResourceBody
336336
>>= applyAsTemplate sponsors
337337
>>= loadAndApplyTemplate "templates/boilerplate.html" sponsors
338-
>>= relativizeUrls
339338

340339
-- careers ---------------------------------------------------------------------------------------------
341340
create ["careers/index.html"] $ do

0 commit comments

Comments
 (0)