From 006423e32e3e9e360d66cfdacc571a596f837bb9 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Wed, 27 Aug 2025 14:27:28 -0400 Subject: [PATCH] Change RenderMode from Interactive to Static --- Oqtane.Application/Server/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Oqtane.Application/Server/appsettings.json b/Oqtane.Application/Server/appsettings.json index 4da5bbc7..9f96daeb 100644 --- a/Oqtane.Application/Server/appsettings.json +++ b/Oqtane.Application/Server/appsettings.json @@ -1,5 +1,5 @@ { - "RenderMode": "Interactive", + "RenderMode": "Static", "Runtime": "Server", "Database": { "DefaultDBType": "" @@ -60,4 +60,4 @@ "Default": "Information" } } -} \ No newline at end of file +}