From 2822f992fbb05255cd3b322782943ef272b3cf05 Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Tue, 7 Feb 2023 17:04:18 -0600 Subject: [PATCH] set share enctype --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 3e2e77e74..68a9b6a36 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -29,6 +29,7 @@ export default defineConfig({ share_target: { action: "/share", method: "GET", + enctype: "application/x-www-form-urlencoded", params: { title: "title", text: "text",