mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
fix(nuxi): correct analyzer html (#1339)
This commit is contained in:
parent
776539b809
commit
fb4359e1a3
@ -59,7 +59,8 @@ export default defineNuxtCommand({
|
|||||||
app.use(() => `<!DOCTYPE html>
|
app.use(() => `<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title><meta charset="utf-8">Nuxt Bundle Stats (experimental)</title>
|
<meta charset="utf-8">
|
||||||
|
<title>Nuxt Bundle Stats (experimental)</title>
|
||||||
</head>
|
</head>
|
||||||
<h1>Nuxt Bundle Stats (experimental)</h1>
|
<h1>Nuxt Bundle Stats (experimental)</h1>
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user