Skip to content

Commit

Permalink
fix: Fix base tag target
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Apr 23, 2024
1 parent 9200f11 commit 4c6b6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/markup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function generateStaticMarkup(
<html lang="${props.lang}" dir="${isRTL ? 'rtl' : 'ltr'}">
<head>
<meta charset="utf-8">
<base href="${deepPath}" target="_blank" />
<base href="${deepPath}" />
${getMetadata(metadata, restYamlConfigMeta)}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>${title}</title>
Expand Down

0 comments on commit 4c6b6dc

Please sign in to comment.