Fix redirect destination for new Astro site URL

This commit is contained in:
Jarvis Prime
2026-03-24 22:59:04 +00:00
parent f369d644fb
commit 3a61a2ba91

View File

@@ -1,5 +1,5 @@
const REDIRECTS = {
'blv-tech-comparison': 'http://www.componentowl.com/quick-start-guide/better-listview/data/chapter-appendix-matrix.html',
'blv-tech-comparison': 'https://www.componentowl.com/better-listview/comparison-table',
};
const HOME = 'https://www.componentowl.com';