Skip to content

Commit

Permalink
Merge pull request #52 from sergiitk/bugfix/css-prod-assets
Browse files Browse the repository at this point in the history
[BUGFIX assets] Fix bundle.css link not using production assets path
  • Loading branch information
sergiitk authored Dec 19, 2018
2 parents 3ed74d0 + 9eaea4e commit 1103274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/layout.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>{{title}} | PagerBeauty</title>
<link rel="stylesheet" href="/assets/dist/bundle.css">
<link rel="stylesheet" href="{{assetsPath}}/bundle.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
</head>
<body>
Expand Down

0 comments on commit 1103274

Please sign in to comment.