Skip to content

Commit dcc2661

Browse files
committed
fixup! revert template changes, fix vercel
1 parent dfdbd6f commit dcc2661

File tree

3 files changed

+15
-32
lines changed

3 files changed

+15
-32
lines changed

doc-kit.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export default {
1515
title: '{project} Learn',
1616
pageURL: 'https://nodejs.org/learn{path}.html',
1717
editURL: 'https://github.com/nodejs/learn/edit/main/pages{path}.md',
18-
templatePath: join(import.meta.dirname, 'template.html'),
1918

2019
// Imports
2120
imports: {

template.html

Lines changed: 0 additions & 31 deletions
This file was deleted.

vercel.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@
1313
"destination": "/learn/",
1414
"permanent": true
1515
},
16+
{
17+
"source": "/learn/diagnostics/live-debugging",
18+
"destination": "/learn/diagnostics/live-debugging/",
19+
"permanent": true
20+
},
21+
{
22+
"source": "/learn/diagnostics/memory",
23+
"destination": "/learn/diagnostics/memory/",
24+
"permanent": true
25+
},
26+
{
27+
"source": "/learn/diagnostics/poor-performance",
28+
"destination": "/learn/diagnostics/poor-performance/",
29+
"permanent": true
30+
},
1631
{
1732
"source": "/learn/(.*)/",
1833
"destination": "/learn/$1",

0 commit comments

Comments
 (0)