Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rehhouari committed Jan 6, 2024
2 parents 6a80595 + dce02c0 commit e55d5c6
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 @@ -267,7 +267,7 @@ Create your own middlewares [using this template](https://github.com/pinecone-ro

```html
<script>
document.addEventListener('alpine:initialized', () => {
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.
Expand Down

0 comments on commit e55d5c6

Please sign in to comment.