add proxy settings to netlify config
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
/docs/* http://tiptap-docs.netlify.com/:splat 200
|
|
||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user