Make demo vid accessible on /demo (not just /demo-wla)

This commit is contained in:
David Ernst
2023-10-10 21:15:35 -07:00
parent 40f4ffde6d
commit f40f3a0ecf
2 changed files with 4 additions and 0 deletions

View File

@@ -1 +1,4 @@
// This page was an unguessable link created to share the SIV demo video. On 10/10/2023, it was duplicated to siv.org/demo, to make it easier to find.
// This /demo-wla link is kept so old URLs in emails don't break, but should be considered deprecated. Consider deleting in 2+ years, after 10/10/2025.
export { DemoPage as default } from '../src/demo/DemoPage'

1
pages/demo.tsx Normal file
View File

@@ -0,0 +1 @@
export { DemoPage as default } from '../src/demo/DemoPage'