Commit b60abbd4 authored by Anthony Jacob's avatar Anthony Jacob
Browse files

fix path when Url is not root url

parent 3a55b02e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
    <link rel="stylesheet" href="/{{data.NODE_DIR}}/bootstrap/dist/css/bootstrap.min.css">
    <link rel="stylesheet" href="/{{data.NODE_DIR}}/bootstrap-icons/font/bootstrap-icons.min.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
    <link rel="stylesheet" href="public/inc/vendor/anthonygj/site.css">
    <link rel="stylesheet" href="/public/inc/vendor/anthonygj/site.css">

    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->