Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #276 from asigloo/feature/264-move-docs-inside-the…
Browse files Browse the repository at this point in the history
…-project

Feature/264 move docs inside the project
  • Loading branch information
alvarosabu authored Sep 20, 2021
2 parents 0c4fa01 + e5f6a9c commit 78346d9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
publish = ".vitepress/dist"
publish = "/.vitepress/dist"
command = "npm run docs:build"
[[redirects]]
from = "/*"
Expand Down
12 changes: 11 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
// tailwind.config.js
module.exports = {
purge: ['./src/**/*.html', './src/**/*.vue', './src/**/*.ts'],
purge: [
'./src/**/*.html',
'./src/**/*.vue',
'./src/**/*.ts',
'./demos/**/*.html',
'./demos/**/*.vue',
'./demos/**/*.ts',
'./docs/**/*.html',
'./docs/**/*.vue',
'./docs/**/*.ts',
],
theme: {
fontFamily: {
display: ['Montserrat'],
Expand Down

0 comments on commit 78346d9

Please sign in to comment.