From 845f5b470bd1f91a1090f4b173922e689c3ab1d9 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sat, 29 Oct 2022 15:42:34 +0200 Subject: [PATCH] Get site --- netlify.toml | 4 ++++ web/_redirects | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 netlify.toml create mode 100644 web/_redirects diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..e865eb70 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[build] +publish = "web" +command = "" + diff --git a/web/_redirects b/web/_redirects new file mode 100644 index 00000000..62c60184 --- /dev/null +++ b/web/_redirects @@ -0,0 +1,2 @@ +/global.plug.json https://silverbullet.md/global.plug.json 200 +/ https://silverbullet.md/silverbullet.js 200 \ No newline at end of file