mirror of https://gitee.com/answerdev/answer.git
fix(SEO): Make the `Permalink` options more realistic
This commit is contained in:
parent
c9119e6cd2
commit
a97fa7973b
|
@ -21,10 +21,10 @@ const Index: FC = () => {
|
|||
description: t('permalink.text'),
|
||||
enum: [1, 2, 3, 4],
|
||||
enumNames: [
|
||||
'/questions/10020000009999999/post-title',
|
||||
'/questions/10020000009999999',
|
||||
'/questions/2jsXF/post-title',
|
||||
'/questions/2jsXF',
|
||||
'/questions/10010000000000001/post-title',
|
||||
'/questions/10010000000000001',
|
||||
'/questions/11/post-title',
|
||||
'/questions/11',
|
||||
],
|
||||
default: 1,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue