Skip to content

Commit

Permalink
Merge pull request #75 from eydun/main
Browse files Browse the repository at this point in the history
Update configuration.md
  • Loading branch information
imacrayon authored May 24, 2024
2 parents 1892d8e + 5066389 commit 6ef342e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/configuration.md
Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@ import ajax from '@imacrayon/alpine-ajax'

Alpine.plugin(ajax.configure({
followRedirects: false,
headers: { 'X-CSRF-Token': 'mathmatical!' }
mergeStrategy: 'morph',
headers: { 'X-CSRF-Token': 'mathmatical!' },
mergeStrategy: 'morph'
}))
```

0 comments on commit 6ef342e

Please sign in to comment.