From 2758a4ed8ae2cc67dadfab3f5dba9880a260b289 Mon Sep 17 00:00:00 2001
From: Walker <walker@incuca.com.br>
Date: Thu, 4 Apr 2019 19:17:45 -0300
Subject: [PATCH] fix base

---
 docs/.vuepress/config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index d589086..007c668 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -1,6 +1,7 @@
 const { sidebarTree } = require('../code/config');
 
 module.exports = {
+  base: '/ic-vslider/',
   plugins: [
     require('./plugin.js')
   ],