From 486243cac9923a124b6b5154498864b90f2833d1 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Tue, 26 Sep 2023 15:01:38 -0600 Subject: [PATCH] chore(docs): re-add base config to spin.toml Signed-off-by: Vaughn Dice --- docs/spin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spin.toml b/docs/spin.toml index fe0ccd89e0..268f123ed7 100644 --- a/docs/spin.toml +++ b/docs/spin.toml @@ -3,7 +3,7 @@ name = "spin-docs" version = "0.1.0" description = "The Spin documentation website running on... Spin." authors = [ "Fermyon Engineering " ] -trigger = { type = "http" } +trigger = { type = "http", base = "/" } [[component]] id = "redirect-download"