Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rehhouari authored Jan 6, 2024
1 parent b6c4317 commit ad0bc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Create your own middlewares [using this template](https://github.com/pinecone-ro
document.addEventListener('alpine:init', () => {
window.PineconeRouter.settings.hash = false // use hash routing
window.PineconeRouter.settings.basePath = '/' // set the base for the URL, doesn't work with hash routing
templateTargetId = null // Set an optional ID for where the external templates will render by default.
window.PineconeRouter.settings.templateTargetId = 'app' // Set an optional ID for where the external templates will render by default.
})
</script>
```
Expand Down

0 comments on commit ad0bc11

Please sign in to comment.