mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 01:06:15 -04:00
feat(memo): added memo base
This commit is contained in:
parent
a40aae44ce
commit
a5953a3c42
11 changed files with 864 additions and 157 deletions
|
@ -44,6 +44,7 @@ export default {
|
|||
'@nuxtjs/vuetify',
|
||||
// '@nuxtjs/router-extras'
|
||||
'~/buildModules/tool-config',
|
||||
'~/buildModules/memo',
|
||||
'@nuxtjs/google-fonts'
|
||||
],
|
||||
|
||||
|
@ -134,5 +135,18 @@ export default {
|
|||
sitemap: {
|
||||
hostname: 'https://it-tools.tech',
|
||||
gzip: true
|
||||
},
|
||||
|
||||
markdownit: {
|
||||
preset: 'default',
|
||||
linkify: true,
|
||||
breaks: true,
|
||||
runtime: true,
|
||||
typographer: true,
|
||||
html: false,
|
||||
use: [
|
||||
'markdown-it-anchor',
|
||||
'markdown-it-highlightjs'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue