set share enctype

This commit is contained in:
hzrd149 2023-02-07 17:04:18 -06:00
parent bef312ac55
commit 2822f992fb

View File

@ -29,6 +29,7 @@ export default defineConfig({
share_target: {
action: "/share",
method: "GET",
enctype: "application/x-www-form-urlencoded",
params: {
title: "title",
text: "text",