1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-30 22:46:39 -04:00

remove markdown from plaintext post titles

This commit is contained in:
2022-01-16 18:16:02 -05:00
parent b2f51ff10a
commit a139447b39
14 changed files with 50 additions and 115 deletions

View File

@ -98,7 +98,6 @@ module.exports = (phase, { defaultConfig }) => {
{ source: "/favicon.ico", destination: "/static/favicons/favicon.ico" },
{ source: "/apple-touch-icon.png", destination: "/static/favicons/apple-touch-icon.png" },
{ source: "/apple-touch-icon-precomposed.png", destination: "/static/favicons/apple-touch-icon.png" },
{ source: "/dark-mode-example/:path*", destination: "https://jakejarvis.github.io/dark-mode-example/:path*" },
],
redirects: async () => [
{ source: "/notes/:slug/amp.html", destination: "/notes/:slug/", statusCode: 301 },