add proxy settings to netlify config

This commit is contained in:
Hans Pagel
2019-01-16 20:51:24 +01:00
parent 22dcc4a843
commit bee8e2a9c0
2 changed files with 5 additions and 1 deletions

View File

@@ -1 +0,0 @@
/docs/* http://tiptap-docs.netlify.com/:splat 200

View File

@@ -1,3 +1,8 @@
[[redirects]]
from = "/docs/*"
to = "https://tiptap-docs.netlify.com/:splat"
status = 200
[[redirects]] [[redirects]]
from = "/*" from = "/*"
to = "/index.html" to = "/index.html"