We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bedf7 commit b6266baCopy full SHA for b6266ba
docs/Makefile
@@ -61,6 +61,8 @@ dirhtml:
61
62
netlify: dirhtml
63
@cp $(BUILDDIR)/dirhtml/404/index.html $(BUILDDIR)/dirhtml/404.html
64
+ @sed -i -e 's/src="..\//src="\//g' $(BUILDDIR)/dirhtml/404.html
65
+ @sed -i -e 's/href="..\//href="\//g' $(BUILDDIR)/dirhtml/404.html
66
@cp _extra/* $(BUILDDIR)/dirhtml/
67
68
singlehtml:
0 commit comments