fix: misc permalink fixes
This commit is contained in:
parent
7b9284c9a3
commit
f7233bf5d1
4 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
export default {
|
||||
layout: "layouts/movie",
|
||||
permalink: "movies/{{ page.fileSlug }}/index.html",
|
||||
permalink: "watching/movies/{{ page.fileSlug }}/index.html",
|
||||
tags: "movie",
|
||||
};
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
export default {
|
||||
tags: "podcast",
|
||||
permalink: false,
|
||||
excludeFromSitemap: true,
|
||||
};
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
export default {
|
||||
layout: "layouts/show",
|
||||
permalink: "shows/{{ page.fileSlug }}/index.html",
|
||||
permalink: "watching/shows/{{ page.fileSlug }}/index.html",
|
||||
tags: "tv",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue