versioning the font resources through webpack

This commit is contained in:
taehoon 2019-12-01 12:56:53 -05:00
parent 5096bff16c
commit 0082ed837e
17 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,6 @@
<title>Pleroma</title>
<!--server-generated-meta-->
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="/static/font/css/fontello.css">
<link rel="stylesheet" href="/static/font/css/animation.css">
</head>
<body class="hidden">
<noscript>To use Pleroma, please enable JavaScript.</noscript>

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -32,6 +32,9 @@ import VTooltip from 'v-tooltip'
import afterStoreSetup from './boot/after_store.js'
import './font/css/fontello.css'
import './font/css/animation.css'
const currentLocale = (window.navigator.language || 'en').split('-')[0]
Vue.use(Vuex)