✨ Add slug board page
This commit is contained in:
@@ -1 +0,0 @@
|
||||
export { default, getServerSideProps } from '../board/[id]';
|
||||
1
src/pages/b/[slug].tsx
Normal file
1
src/pages/b/[slug].tsx
Normal file
@@ -0,0 +1 @@
|
||||
export { default, getServerSideProps } from '../board/[slug]';
|
||||
Reference in New Issue
Block a user