Add slug board page

This commit is contained in:
Meier Lukas
2023-07-30 20:17:35 +02:00
parent 96529ae6bc
commit 5008b5e7a4
8 changed files with 75 additions and 27 deletions
-1
View File
@@ -1 +0,0 @@
export { default, getServerSideProps } from '../board/[id]';
+1
View File
@@ -0,0 +1 @@
export { default, getServerSideProps } from '../board/[slug]';