mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
Fix missing trailing / when deployed directly on a domain
This commit is contained in:
parent
bcb7fbc3f2
commit
cd063cf05f
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<base href="<?=h($baseurl)?>" />
|
||||
<link href="<?=h($baseurl.forceslash($route))?>" rel="canonical" />
|
||||
<base href="<?=h(forceslash($baseurl))?>" />
|
||||
<link href="<?=h(forceslash($baseurl).forceslash($route))?>" rel="canonical" />
|
||||
|
||||
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" />
|
||||
<link href="assets/img/favicon.png" rel="icon" type="image/png" />
|
||||
|
|
Loading…
Reference in a new issue