mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 16:56:14 -04:00
feat: added changelog in /about
This commit is contained in:
parent
2a760bce8a
commit
f7378dc042
5 changed files with 90 additions and 7 deletions
|
@ -46,7 +46,8 @@ export default {
|
|||
// https://go.nuxtjs.dev/pwa
|
||||
'@nuxtjs/pwa',
|
||||
'@nuxtjs/svg',
|
||||
'nuxt-i18n'
|
||||
'nuxt-i18n',
|
||||
'@nuxtjs/markdownit'
|
||||
],
|
||||
|
||||
// Axios module configuration (https://go.nuxtjs.dev/config-axios)
|
||||
|
@ -54,6 +55,9 @@ export default {
|
|||
|
||||
// Vuetify module configuration (https://go.nuxtjs.dev/config-vuetify)
|
||||
vuetify: {
|
||||
icons: {
|
||||
iconfont: 'mdi'
|
||||
},
|
||||
customVariables: ['~/assets/variables.scss'],
|
||||
treeShake: {
|
||||
components: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue