Skip to content

Commit

Permalink
fix: update devtastic website url
Browse files Browse the repository at this point in the history
  • Loading branch information
StructuralRealist committed Apr 8, 2023
1 parent a9e23db commit 6111f3d
Show file tree
Hide file tree
Showing 3 changed files with 3,770 additions and 5,321 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ yarn add strapi-plugin-plausible
In the `config/plugins.js` file add:

```js
module.exports = {
module.exports = ({ env }) => ({
// ...other plugins
plausible: {
config: {
sharedLink: "<YOUR SHARED LINK>"
sharedLink: env("PLAUSIBLE_SHARED_LINK")
}
}
}
})
```

You can create a shared link in Plausible by going to _Site settings β€Ί Visibility_.
Expand Down Expand Up @@ -81,4 +81,4 @@ For questions and issues with this plugin use one of the following channels:
[MIT License](LICENSE.md)
Made with πŸ’› in Utrecht by [Devtastic](https://devtastic.co/).
Made in Utrecht by [Devtastic](https://devtastic.build/) πŸ‘¨β€πŸ’»πŸŒ±πŸ‡ͺπŸ‡Ί.
Loading

0 comments on commit 6111f3d

Please sign in to comment.