Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
fix(docs): Correct base url
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed May 20, 2018
1 parent d835213 commit b197fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/components/CardMediaDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
}
.card-media {
background-image: url("/assets/images/cat_169.jpg");
background-image: url("/material-components-vue/assets/images/cat_169.jpg");
}
.card-media-content {
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const nodeModules = path.resolve('node_modules/')
module.exports = {
title: 'Material Components Vue',
description: 'Material Design components for Vue.js',
base: '/material-components-vue/',
head: [
['link', { rel: 'icon', href: '/logo.png'}]
],
Expand Down

0 comments on commit b197fbe

Please sign in to comment.