Skip to content

Commit d87e71f

Browse files
committed
config: update meta tag for mobile web app capability
Changed the meta tag from "apple-mobile-web-app-capable" to "mobile-web-app-capable" for improved compatibility with mobile web applications. Signed-off-by: ChihoSin [email protected]
1 parent 9fd2d35 commit d87e71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ module.exports = {
176176
{ name: "theme-color", content: "#0c7d7b" },
177177

178178
{ name: "canonical", content: "https://docs.fobestudio.com" },
179-
{ name: "apple-mobile-web-app-capable", content: "yes" },
179+
{ name: "mobile-web-app-capable", content: "yes" },
180180
{ name: "apple-mobile-web-app-status-bar-style", content: "default" },
181181
{ name: "format-detection", content: "telephone=no" },
182182
],

0 commit comments

Comments
 (0)