Skip to content

Commit

Permalink
fix: lighthouse issues (noopener in links, robots.txt)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Oct 10, 2021
1 parent 2173a13 commit 1e64625
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
User-agent: *
Disallow:
X-Robots-Tag: all
2 changes: 1 addition & 1 deletion src/components/PageFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</button>

<button class="footer-button">
<a href="https://github.com/rudnovd/heroes3tools" target="_blank">
<a href="https://github.com/rudnovd/heroes3tools" target="_blank" rel="noopener">
{{ t('footer.buttons.sourceCode') }}
</a>
</button>
Expand Down
2 changes: 1 addition & 1 deletion src/components/damageCalculator/DamageCalculatorFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<i18n class="modal-text" path="footer.damageCalculator.data.4" tag="p">
<template #desktopVersion>
<a href="https://github.com/Nodl/H3Calc/tree/hota" target="_blank" place="desktopVersion">
<a href="https://github.com/Nodl/H3Calc/tree/hota" target="_blank" place="desktopVersion" rel="noopener">
{{ t('footer.damageCalculator.data.desktopVersion') }}.
</a>
</template>
Expand Down

0 comments on commit 1e64625

Please sign in to comment.