Adjust some paths to respect base.
This commit is contained in:
parent
460593a93e
commit
f94db0da2c
|
@ -19,7 +19,7 @@
|
|||
/* Animations END */
|
||||
|
||||
/* Flags BEGIN */
|
||||
$flagsImagePath: "/images/";
|
||||
$flagsImagePath: "../images/";
|
||||
@import "../node_modules/bc-css-flags/dist/css/bc-css-flags.scss";
|
||||
/* Flags END */
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<title>Jitsi Meet</title>
|
||||
<meta property="og:title" content="Jitsi Meet"/>
|
||||
<meta property="og:image" content="/images/jitsilogo.png?v=1"/>
|
||||
<meta property="og:image" content="images/jitsilogo.png?v=1"/>
|
||||
<meta property="og:description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
|
||||
<meta description="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
|
||||
<meta itemprop="name" content="Jitsi Meet"/>
|
||||
<meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
|
||||
<meta itemprop="image" content="/images/jitsilogo.png?v=1"/>
|
||||
<link rel="icon" type="image/png" href="/images/favicon.ico?v=1"/>
|
||||
<meta itemprop="image" content="images/jitsilogo.png?v=1"/>
|
||||
<link rel="icon" type="image/png" href="images/favicon.ico?v=1"/>
|
||||
|
|
Loading…
Reference in New Issue