Preprended /public to all /assets references.
This commit is contained in:
@@ -86,16 +86,16 @@ export default {
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "knowit";
|
font-family: "knowit";
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
src: url("/assets/fonts/bold.woff"),
|
src: url("/public/assets/fonts/bold.woff"),
|
||||||
url("/assets/fonts/bold.woff") format("woff"), local("Arial");
|
url("/public/assets/fonts/bold.woff") format("woff"), local("Arial");
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "knowit";
|
font-family: "knowit";
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
src: url("/assets/fonts/regular.eot"),
|
src: url("/public/assets/fonts/regular.eot"),
|
||||||
url("/assets/fonts/regular.woff") format("woff"), local("Arial");
|
url("/public/assets/fonts/regular.woff") format("woff"), local("Arial");
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -654,9 +654,9 @@ hr {
|
|||||||
width: 150px;
|
width: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
-webkit-mask-image: url(/assets/images/lodd.svg);
|
-webkit-mask-image: url(/public/assets/images/lodd.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
mask-image: url(/assets/images/lodd.svg);
|
mask-image: url(/public/assets/images/lodd.svg);
|
||||||
-webkit-mask-repeat: no-repeat;
|
-webkit-mask-repeat: no-repeat;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
|
|
||||||
|
|||||||
@@ -326,9 +326,9 @@ export default {
|
|||||||
width: 150px;
|
width: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
-webkit-mask-image: url(/assets/images/lodd.svg);
|
-webkit-mask-image: url(/public/assets/images/lodd.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
mask-image: url(/assets/images/lodd.svg);
|
mask-image: url(/public/assets/images/lodd.svg);
|
||||||
-webkit-mask-repeat: no-repeat;
|
-webkit-mask-repeat: no-repeat;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
|
|
||||||
|
|||||||
@@ -359,9 +359,9 @@ hr {
|
|||||||
width: 140px;
|
width: 140px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
-webkit-mask-image: url(/assets/images/lodd.svg);
|
-webkit-mask-image: url(/public/assets/images/lodd.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
mask-image: url(/assets/images/lodd.svg);
|
mask-image: url(/public/assets/images/lodd.svg);
|
||||||
-webkit-mask-repeat: no-repeat;
|
-webkit-mask-repeat: no-repeat;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
|||||||
@@ -129,8 +129,8 @@ self.addEventListener("fetch", event => {
|
|||||||
function showLocalNotification(title, body, link, swRegistration) {
|
function showLocalNotification(title, body, link, swRegistration) {
|
||||||
const options = {
|
const options = {
|
||||||
body,
|
body,
|
||||||
icon: "https://lottis.vin/assets/images/favicon.png",
|
icon: "https://lottis.vin/public/assets/images/favicon.png",
|
||||||
image: "https://lottis.vin/assets/images/favicon.png",
|
image: "https://lottis.vin/public/assets/images/favicon.png",
|
||||||
vibrate: [300],
|
vibrate: [300],
|
||||||
data: { link: link }
|
data: { link: link }
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,13 +4,13 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "knowit";
|
font-family: "knowit";
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
src: url("/assets/fonts/bold.woff");
|
src: url("/public/assets/fonts/bold.woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "knowit";
|
font-family: "knowit";
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
src: url("/assets/fonts/regular.eot");
|
src: url("/public/assets/fonts/regular.eot");
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -272,9 +272,9 @@ textarea {
|
|||||||
|
|
||||||
.raffle-element {
|
.raffle-element {
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
-webkit-mask-image: url(/assets/images/lodd.svg);
|
-webkit-mask-image: url(/public/assets/images/lodd.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
mask-image: url(/assets/images/lodd.svg);
|
mask-image: url(/public/assets/images/lodd.svg);
|
||||||
-webkit-mask-repeat: no-repeat;
|
-webkit-mask-repeat: no-repeat;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<header class="top-banner">
|
<header class="top-banner">
|
||||||
<!-- Mobile -->
|
<!-- Mobile -->
|
||||||
<router-link to="/" class="company-logo">
|
<router-link to="/" class="company-logo">
|
||||||
<img src="/assets/images/knowit.svg" alt="knowit logo" />
|
<img src="/public/assets/images/knowit.svg" alt="knowit logo" />
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|
||||||
<a class="menu-toggle-container" aria-label="show-menu" @click="toggleMenu" :class="isOpen ? 'open' : 'collapsed'" >
|
<a class="menu-toggle-container" aria-label="show-menu" @click="toggleMenu" :class="isOpen ? 'open' : 'collapsed'" >
|
||||||
|
|||||||
@@ -292,9 +292,9 @@ label .text {
|
|||||||
width: 150px;
|
width: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
-webkit-mask-image: url(/assets/images/lodd.svg);
|
-webkit-mask-image: url(/public/assets/images/lodd.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
mask-image: url(/assets/images/lodd.svg);
|
mask-image: url(/public/assets/images/lodd.svg);
|
||||||
-webkit-mask-repeat: no-repeat;
|
-webkit-mask-repeat: no-repeat;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
@click="openVipps"
|
@click="openVipps"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src="/assets/images/vipps-logo.svg"
|
src="/public/assets/images/vipps-logo.svg"
|
||||||
class="vipps-logo"
|
class="vipps-logo"
|
||||||
alt="vipps logo"
|
alt="vipps logo"
|
||||||
/>
|
/>
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
pr. lodd
|
pr. lodd
|
||||||
</span>
|
</span>
|
||||||
<ing
|
<ing
|
||||||
src="/assets/images/vipps-qr.png"
|
src="/public/assets/images/vipps-qr.png"
|
||||||
class="qr-logo"
|
class="qr-logo"
|
||||||
v-if="qrFailed"
|
v-if="qrFailed"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user