Skip to content

Commit 93c1910

Browse files
committed
Fix path url overriding
1 parent d3cc5fb commit 93c1910

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

site.config.ts

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,19 @@ export default siteConfig({
4646
// '/bar': '0be6efce9daf42688f65c76b89f8eb27'
4747
// }
4848
pageUrlOverrides: {
49-
'/careers/p2achai': '7a39a94e4e104d04ab14385f244e5613',
50-
'/careers/teamluckly':
51-
'https://1c1.notion.site/SW-12-6c60cc7c9b064bab9963598a1da21805',
52-
'/careers/teamrare': 'SW-12-93c0e513e98048209b20b117210959e4',
53-
'/careers/rokaf': '15-8cfb950730264881a2e90576617db4a6',
54-
'/careers/ajou': '0ddbb2fb30814fbdb1d6156f64839ca9',
55-
'/projects/teft': 'Teft-3796aad2db414f82a85569be93247268',
56-
'/projects/ojjam': 'f0f7beabb162475583cfe432179ae4a1',
57-
'/projects/mytypetest': 'd4dbb5d3300140e9a947598d11a4c07e',
58-
'/projects/stady': 'STADY-84595d1b794745baaa8fd2c79ad49ecf',
59-
'/projects/routelog': 'RouteLog-10d1892dc4c848dc998cc989a68bc2d9',
60-
'/projects/traffin': 'TRAFFIN-24971d0c6a8e470e8d05ac7ed12327d4',
61-
'/projects/hyowonlife': '750da52c857648978e315f5d11c00daf',
62-
'/projects/tothesky': 'toTheSky-1b33457e15fa4ba3851eb685f2edbfac'
49+
'/careers-p2achai': '7a39a94e4e104d04ab14385f244e5613',
50+
'/careers-teamluckly': 'SW-12-6c60cc7c9b064bab9963598a1da21805',
51+
'/careers-teamrare': 'SW-12-93c0e513e98048209b20b117210959e4',
52+
'/careers-rokaf': '15-8cfb950730264881a2e90576617db4a6',
53+
'/careers-ajou': '0ddbb2fb30814fbdb1d6156f64839ca9',
54+
'/projects-teft': 'Teft-3796aad2db414f82a85569be93247268',
55+
'/projects-ojjam': 'f0f7beabb162475583cfe432179ae4a1',
56+
'/projects-mytypetest': 'd4dbb5d3300140e9a947598d11a4c07e',
57+
'/projects-stady': 'STADY-84595d1b794745baaa8fd2c79ad49ecf',
58+
'/projects-routelog': 'RouteLog-10d1892dc4c848dc998cc989a68bc2d9',
59+
'/projects-traffin': 'TRAFFIN-24971d0c6a8e470e8d05ac7ed12327d4',
60+
'/projects-hyowonlife': '750da52c857648978e315f5d11c00daf',
61+
'/projects-tothesky': 'toTheSky-1b33457e15fa4ba3851eb685f2edbfac'
6362
}
6463

6564
// whether to use the default notion navigation style or a custom one with links to

0 commit comments

Comments
 (0)