Skip to content

Commit 92abc5c

Browse files
committed
first attempt: fix docs css not loading
1 parent 900b6ca commit 92abc5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/.vuepress/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ module.exports = {
33
title: 'Vue Selectize',
44
description: ' Vanila Vue.js component that mimics Selectize behaviour (no need jquery dependency)',
55
base: '/vue-selectize/',
6+
ga: 'UA-105706124-2',
7+
head: [
8+
['link', { rel: 'stylesheet', type: 'text/css', href: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/css/selectize.default.css' }]
9+
],
610
themeConfig: {
711
repo: 'isneezy/vue-selectize',
812
editLinks: true,
13+
docsDir: 'docs',
914
editLinkText: 'Help us improve this page!',
1015
nav: [
1116
{text: 'Home', link: '/'},

0 commit comments

Comments
 (0)