From 3538fe30d40af3608951cbd65c35f07053261ada Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 13 Jan 2021 13:18:10 -0800 Subject: [PATCH] Add shortcut for wallpapers --- netlify.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index fa7d226b..faf1b778 100644 --- a/netlify.toml +++ b/netlify.toml @@ -15,6 +15,10 @@ [[redirects]] from = "/about" to = "https://github.com/captbaritone/webamp" + +[[redirects]] + from = "/wallpapers" + to = "https://www.dropbox.com/sh/3lx5ajfvsjeenj5/AADf8AihDeu1KgH1wr_WAsgXa?dl=0" # Redirect domain aliases to primary domain [[redirects]] @@ -24,4 +28,4 @@ force = true [build.environment] - NODE_VERSION = "10" \ No newline at end of file + NODE_VERSION = "10"