fix: misc permalink fixes

This commit is contained in:
Devin Haska 2025-01-24 23:15:00 -08:00
parent 7b9284c9a3
commit f7233bf5d1
4 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
export default {
layout: "layouts/movie",
permalink: "movies/{{ page.fileSlug }}/index.html",
permalink: "watching/movies/{{ page.fileSlug }}/index.html",
tags: "movie",
};

View file

@ -1,4 +1,5 @@
export default {
tags: "podcast",
permalink: false,
excludeFromSitemap: true,
};

View file

@ -1,5 +1,5 @@
export default {
layout: "layouts/show",
permalink: "shows/{{ page.fileSlug }}/index.html",
permalink: "watching/shows/{{ page.fileSlug }}/index.html",
tags: "tv",
};