From 4bdf7827af92884293b1cdacf6c756ba88fab552 Mon Sep 17 00:00:00 2001 From: wood chen Date: Mon, 6 Jan 2025 17:46:48 +0800 Subject: [PATCH] chore: Update translations and fix network unit error --- edgeone.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 edgeone.json diff --git a/edgeone.json b/edgeone.json new file mode 100644 index 0000000..879ea7f --- /dev/null +++ b/edgeone.json @@ -0,0 +1,13 @@ +{ + "headers": [ + { + "source": "/*", + "headers": [ + { + "key": "Cache-Control", + "value": "max-age=0" + } + ] + } + ] +} \ No newline at end of file