Skip to content

Commit

Permalink
feat(blockquote-tabs): use absolute redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmarina committed Mar 8, 2024
1 parent 2e1ae83 commit 962138e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/components/blockquote-tabs/demo/autofocus.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Demo Autofocus - blockquote-tabs" />
<title>Autofocus - blockquote-tabs</title>
Expand Down
1 change: 0 additions & 1 deletion packages/components/blockquote-tabs/demo/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en" dark="_mode">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Demo Base - blockquote-tabs" />
<title>Base - blockquote-tabs</title>
Expand Down
5 changes: 2 additions & 3 deletions packages/components/blockquote-tabs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Redirect blockquote-tabs url=demo/index.html"</title>
<meta http-equiv="refresh" content="0; url=demo/index.html" />
<title>Redirect blockquote-tabs url=/demo/index.html"</title>
<meta http-equiv="refresh" content="0; url=/demo/index.html" />
</head>
<body></body>
</html>

0 comments on commit 962138e

Please sign in to comment.