diff --git a/compiled/Main.js b/compiled/Main.js index fec4020..aec42a5 100644 --- a/compiled/Main.js +++ b/compiled/Main.js @@ -23981,7 +23981,9 @@ var $author$project$Main$sitemap = $elm$core$Dict$fromList( $author$project$Main$getPaths('src'), _Utils_ap( $author$project$Main$getPaths('index'), - $author$project$Main$getPaths('home')))), + _Utils_ap( + $author$project$Main$getPaths('home'), + $author$project$Main$getPaths('macgregor/www/src'))))), $author$project$Main$pageHome), _Utils_ap( A2( @@ -24026,4 +24028,4 @@ _Platform_export({'Main':{'init':$author$project$Main$main( }, A2($elm$json$Json$Decode$index, 1, $elm$json$Json$Decode$int)); }, - A2($elm$json$Json$Decode$index, 0, $elm$json$Json$Decode$int)))(0)}});}(this)); + A2($elm$json$Json$Decode$index, 0, $elm$json$Json$Decode$int)))(0)}});}(this)); \ No newline at end of file diff --git a/src/Main.elm b/src/Main.elm index 98b4618..819e1ab 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -487,7 +487,7 @@ itemize multikeys entry = sitemap : Dict String (Model -> List (Html Msg)) sitemap = Dict.fromList - (itemize ([ "/", "/index.html" ] ++ getPaths "src" ++ getPaths "index" ++ getPaths "home") pageHome + (itemize ([ "/", "/index.html" ] ++ getPaths "src" ++ getPaths "index" ++ getPaths "home" ++ getPaths "macgregor/www/src") pageHome ++ itemize (getPaths "entries") pageEntries ++ itemize (getPaths "about") pageAbout ++ itemize (getPaths "colophon") colophon