Skip to content

Commit c1e0e96

Browse files
committed
Force forward slash for route prefix
1 parent 7d5084a commit c1e0e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/index.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1" />
77
<meta name="format-detection" content="telephone=no" />
88
<meta name="routePrefix" content="/{{ routePrefix }}" />
9-
<link rel="stylesheet" href="{{ routePrefix }}/css/style.css" />
10-
<script src="{{ routePrefix }}/js/main.js" defer></script>
9+
<link rel="stylesheet" href="/{{ routePrefix }}/css/style.css" />
10+
<script src="/{{ routePrefix }}/js/main.js" defer></script>
1111
</head>
1212
<body>
1313
<main class="min-h-screen">

0 commit comments

Comments
 (0)