Skip to content

Commit 2f85b5b

Browse files
authoredFeb 13, 2025··
perf!: v2 core rewrite (#488)
* perf: prefer mapped entries * chore: fix build * chore: bump snapshots * perf: v2 core rewrite * chore: clean up remaining side effects * chore: broken build
1 parent 6680f74 commit 2f85b5b

File tree

134 files changed

+2380
-2168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+2380
-2168
lines changed
 

‎bench/bundle/last.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"size": 10548,
88
"gz": 4225
99
}
10-
}
10+
}

‎bench/ssr-harlanzw-com-e2e.bench.ts

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ describe('ssr e2e bench', () => {
8484
// start the vue rendererer
8585
// Nuxt SEO experiments
8686
head.use({
87+
key: 'nuxt-seo-experiments',
8788
hooks: {
8889
'tags:resolve': async ({ tags }) => {
8990
// iterate through tags that require absolute URLs and add the host base

0 commit comments

Comments
 (0)
Please sign in to comment.