update index
parent
f5260c9864
commit
6b2dfaa149
15
app.vue
15
app.vue
|
@ -9,28 +9,15 @@
|
||||||
{ rel: 'icon', sizes: '16x16', href: '/favicon-16x16.png' },
|
{ rel: 'icon', sizes: '16x16', href: '/favicon-16x16.png' },
|
||||||
{ rel: 'manifest', href: '/site.webmanifest' },
|
{ rel: 'manifest', href: '/site.webmanifest' },
|
||||||
{ rel: 'mask-icon', href: '/safari-pinned-tab.svg', color: '#14c670' },
|
{ rel: 'mask-icon', href: '/safari-pinned-tab.svg', color: '#14c670' },
|
||||||
{ rel: 'stylesheet', href: 'https://i.icomoon.io/public/870f1d17ba/tinysites/style.css' },
|
|
||||||
],
|
],
|
||||||
meta: [
|
meta: [
|
||||||
{ name: 'msapplication-TileColor', content: '#042816' },
|
{ name: 'msapplication-TileColor', content: '#042816' },
|
||||||
{ name: 'theme-color', content: '#ffffff' }
|
{ name: 'theme-color', content: '#ffffff' }
|
||||||
],
|
],
|
||||||
script: [
|
script: [
|
||||||
{ defer: 'true', 'data-domain': 'tinysites.com', src: 'https://pa.inspin.io/js/latest.js' }
|
{ defer: 'true', 'data-domain': 'cs.tinysites.com', src: 'https://pa.inspin.io/js/latest.js' }
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
||||||
/*
|
|
||||||
const { refreshTokens } = useDirectusToken()
|
|
||||||
refreshTokens()
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
** Cookie Policy **
|
|
||||||
We respect our users privacy and don't use any third party cookies.
|
|
||||||
|
|
||||||
We don't use any third party cookies our websites, though we do use first party cookies, the best kind of cookie.
|
|
||||||
*/
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|
Loading…
Reference in New Issue