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

Commit

Permalink
'single quotes'
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 authored Oct 2, 2018
1 parent b2123d0 commit 301943e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build]
command = "yarn build-docz"
publish = ".docz/dist"
command = 'yarn build-docz'
publish = '.docz/dist'

[[redirects]]
from = "/*"
to = "/index.html"
from = '/*'
to = '/index.html'
status = 200

0 comments on commit 301943e

Please sign in to comment.