versioning the font resources through webpack

develop
taehoon 5 years ago
parent 5096bff16c
commit 0082ed837e

@ -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>

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

@ -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)

Loading…
Cancel
Save