diff options
Diffstat (limited to 'lib/pages')
-rw-r--r-- | lib/pages/BlogIndex.mlx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pages/BlogIndex.mlx b/lib/pages/BlogIndex.mlx index 7f13bed..a7a680f 100644 --- a/lib/pages/BlogIndex.mlx +++ b/lib/pages/BlogIndex.mlx @@ -15,7 +15,7 @@ module Layout = struct <html> <head> <title>(React.string "Bloody Shovel 5")</title> - <link href="/styles.css" rel="stylesheet" /> + <link href="/assets/styles.css" rel="stylesheet" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta charSet="UTF-8" /> </head> |