Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaaisa committed Nov 5, 2019
1 parent fe19344 commit 2ccee81
Show file tree
Hide file tree
Showing 5 changed files with 1,099 additions and 852 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
loader: 'frontmatter-markdown-loader',
include: path.resolve(__dirname, 'contents'),
options: {
mode: [Mode.VUE_RENDER_FUNCTIONS],
vue: {
root: "dynamicMarkdown"
}
Expand Down
4 changes: 2 additions & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const builtAt = new Date().toISOString()
const path = require('path')
const { I18N } = require('./locales/i18n-nuxt-config')
import Mode from "frontmatter-markdown-loader/mode"

const productionUrl = {
en: "/en",
Expand Down Expand Up @@ -41,8 +42,7 @@ module.exports = {
{ rel: 'apple-touch-icon', href: '/favicons/apple-touch-icon-144x144.png', sizes: '144x144' },
{ rel: 'apple-touch-icon', href: '/favicons/apple-touch-icon-152x152.png', sizes: '152x152' },
{ rel: 'apple-touch-icon', href: '/favicons/apple-touch-icon-180x180.png', sizes: '180x180' },
{ rel: 'mask-icon', type: 'image/png', href: '/favicons/safari-pinned-tab.svg', color: '#c1c1c1' },
{ rel: 'manifest', href: '/manifest.json' }
{ rel: 'mask-icon', type: 'image/png', href: '/favicons/safari-pinned-tab.svg', color: '#c1c1c1' }
]
},
/*
Expand Down
Loading

0 comments on commit 2ccee81

Please sign in to comment.