Skip to content

Commit

Permalink
Fixed CSS path on the build
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlmneves committed Aug 15, 2020
1 parent 8300e46 commit 1cae26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="description" content="A new Yeogurt application">
<meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1,maximum-scale=1">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="styles/lib/normalize.css">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="./styles/lib/normalize.css">
<link rel="stylesheet" href="./styles/main.css">
</head>
<body><!--[if lt IE 11]>
<p class='browsehappy'>You are using an <strong>outdated</strong> browser. Please <a href='http://browsehappy.com/'>upgrade your browser</a> to improve your experience.</p>
Expand Down

0 comments on commit 1cae26c

Please sign in to comment.