Skip to content

Instantly share code, notes, and snippets.

@bramses
Created January 2, 2023 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bramses/e504fbcc0976087b2a6026c9a7e16fdb to your computer and use it in GitHub Desktop.
Save bramses/e504fbcc0976087b2a6026c9a7e16fdb to your computer and use it in GitHub Desktop.
:path not working
{
"rewrites": [
{
"source": "/zettelkasten/",
"destination": "https://publish.obsidian.md/serve?url=bramadams.dev/zettelkasten"
},
{
"source": "/zettelkasten/:path*",
"destination": "https://publish.obsidian.md/serve?url=bramadams.dev/zettelkasten/:path*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment