jak-project/docs/gh-pages-proj/vue.config.js
Tyler Wilding fab73cab75
Initial spike of Github Pages project status / documentation portal (#400)
* docs: move markdown documentation to be caught by docsify

* docs: Initial spike of project status / doc portal

* docs: Add searchbar to docsify page

* docs: Remove the package-lock.json file, not critical for us

* docs: Fix search plugin link

* docs: Fix search results colors

* docs: Remove the navbar, now redundant.
2021-04-30 01:13:15 -04:00

9 lines
151 B
JavaScript

module.exports = {
transpileDependencies: [
'vuetify'
],
publicPath: process.env.NODE_ENV === 'production'
? '/jak-project/'
: '/'
}