Skip to content

Commit

Permalink
fix: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
13ruceYu committed Oct 25, 2024
1 parent e7c99da commit fde623f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

![longshot20241025145200](https://github.com/user-attachments/assets/f388f78d-ebd1-450b-b3be-bd6ad8fec848)


## Acknowledgements

This project is inspired by [Nurburgring-Map](https://github.com/JJYing/Nurburgring-Map), special thanks to [JJ](https://github.com/JJYing).
13 changes: 0 additions & 13 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ useSeoMeta({
twitterCard: 'summary',
})
useHead({
htmlAttrs: {
lang: 'en',
},
link: [
{
rel: 'icon',
type: 'image/svg+xml',
href: 'https://marathon-routes.vercel.app/favicon.svg',
},
],
})
const trackRef = useTemplateRef<SVGPathElement>('trackRef')
const splitStart = ref(0)
const splitEnd = ref(0)
Expand Down

0 comments on commit fde623f

Please sign in to comment.