-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
Which project does this relate to?
Start
Describe the bug
In vue-start, the elements inside the tag (such as <title>, <meta>, and <link>) are being generated in duplicate.
Here is the rendered HTML showing the duplicated elements.
<head>
<title>TanStack Start | Type-Safe, Client-First, Full-Stack Vue Framework</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="TanStack Start is a type-safe, client-first, full-stack Vue framework. ">
<meta name="keywords">
<meta name="twitter:title" content="TanStack Start | Type-Safe, Client-First, Full-Stack Vue Framework">
<meta name="twitter:description" content="TanStack Start is a type-safe, client-first, full-stack Vue framework. ">
<meta name="twitter:creator" content="@tannerlinsley">
<meta name="twitter:site" content="@tannerlinsley">
<meta name="og:type" content="website">
<meta name="og:title" content="TanStack Start | Type-Safe, Client-First, Full-Stack Vue Framework">
<meta name="og:description" content="TanStack Start is a type-safe, client-first, full-stack Vue framework. ">
<link rel="stylesheet" href="/src/styles/app.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest" color="#fffff">
<link rel="icon" href="/favicon.ico">
<title>TanStack Start | Type-Safe, Client-First, Full-Stack Vue Framework</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="TanStack Start is a type-safe, client-first, full-stack Vue framework. ">
<meta name="keywords">
<meta name="twitter:title" content="TanStack Start | Type-Safe, Client-First, Full-Stack Vue Framework">
<meta name="twitter:description" content="TanStack Start is a type-safe, client-first, full-stack Vue framework. ">
<meta name="twitter:creator" content="@tannerlinsley">
<meta name="twitter:site" content="@tannerlinsley">
<meta name="og:type" content="website">
<meta name="og:title" content="TanStack Start | Type-Safe, Client-First, Full-Stack Vue Framework">
<meta name="og:description" content="TanStack Start is a type-safe, client-first, full-stack Vue framework. ">
<link rel="stylesheet" href="/src/styles/app.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest" color="#fffff">
<link rel="icon" href="/favicon.ico">
</head>Your Example Website or App
https://stackblitz.com/~/github.com/jong-kyung/vue-start-duplicate-error
Steps to Reproduce the Bug or Issue
- Go to the reproduction link provided below.
- Open the browser's Developer Tools.
- Inspect the tag to see the duplicated elements.
Expected behavior
There should be no duplicated content generated inside the tag.
Screenshots or Videos
Platform
- Router / Start Version: 1.163.2
- OS: macOS
- Browser: Chrome
- Browser Version: 145.0.7632.109
- Bundler: vite
- Bundler Version: 7.3.1
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels