Skip to content

Commit b781527

Browse files
committed
Fix URL
1 parent 022fab3 commit b781527

4 files changed

Lines changed: 8 additions & 1 deletion

File tree

firebase.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
"destination": "https://v8.dev/blog/jitless",
2929
"type": 301
3030
},
31+
{
32+
"source": "/blog/release-52",
33+
"destination": "https://v8.dev/blog/v8-release-52",
34+
"type": 301
35+
},
3136
{
3237
"source": "/docs/node-next-generation",
3338
"destination": "https://v8.dev/docs/node-integration",

src/blog/high-performance-es2015.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: 'High-performance ES2015 and beyond'
33
author: 'Benedikt Meurer [@bmeurer](https://twitter.com/bmeurer), ECMAScript Performance Engineer'
4+
avatars:
5+
- 'benedikt-meurer'
46
date: 2017-02-17 13:33:37
57
tags:
68
- ECMAScript
File renamed without changes.

url-mappings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const oldToNew = new Map([
6767
['https://v8project.blogspot.com/2016/08/firing-up-ignition-interpreter.html', 'https://v8.dev/blog/ignition-interpreter'],
6868
['https://v8project.blogspot.com/2016/07/v8-at-blinkon-6-conference.html', 'https://v8.dev/blog/blinkon-6'],
6969
['https://v8project.blogspot.com/2016/07/v8-release-53.html', 'https://v8.dev/blog/v8-release-53'],
70-
['https://v8project.blogspot.com/2016/06/release-52.html', 'https://v8.dev/blog/release-52'],
70+
['https://v8project.blogspot.com/2016/06/release-52.html', 'https://v8.dev/blog/v8-release-52'],
7171
['https://v8project.blogspot.com/2016/04/es6-es7-and-beyond.html', 'https://v8.dev/blog/modern-javascript'],
7272
['https://v8project.blogspot.com/2016/04/v8-release-51.html', 'https://v8.dev/blog/v8-release-51'],
7373
['https://v8project.blogspot.com/2016/04/jank-busters-part-two-orinoco.html', 'https://v8.dev/blog/orinoco'],

0 commit comments

Comments
 (0)