mirror of
https://github.com/siv-org/siv.git
synced 2026-01-10 02:47:58 -05:00
Make demo vid accessible on /demo (not just /demo-wla)
This commit is contained in:
@@ -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
1
pages/demo.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export { DemoPage as default } from '../src/demo/DemoPage'
|
||||
Reference in New Issue
Block a user