Skip to content

Commit

Permalink
Revert "feat: WEB-604 Add plausible script" (#6228)
Browse files Browse the repository at this point in the history
* Revert "Add plausible script (#6171)"

This reverts commit 8144ddb.

* remove outdated snaplet ink
  • Loading branch information
meletj authored Sep 2, 2024
1 parent 235f7dc commit 30ce14c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,6 @@ psql file.sql

2. Execute `npx @snaplet/seed init prisma/seed` to initialize Snaplet Seed in your Prisma project. This command generates the seed client and creates an example seed file at `prisma/seed/seed.ts`.

> **Note:** Snaplet Seed also has an [AI-enhanced version](https://www.snaplet.dev/seed#ai). You can opt in for improved seed data quality with a free Snaplet account.
3. Use the generated `@snaplet/seed` client within the `prisma/seed/seed.ts` file to compose your seeds.

Here's how to create new users and posts by modifying the initially generated `prisma/seed/seed.ts` file:
Expand Down
5 changes: 0 additions & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ const config: Config = {
async: true,
"data-tolt": "fda67739-7ed0-42d2-b716-6da0edbec191",
},
{
"src": "https://plausible.io/js/script.js",
defer: true,
"data-domain": "prisma.io"
},
// Common Room
{
src: "https://cdn.cr-relay.com/v1/site/cc8b954c-5f74-4254-a72a-e0d61048bd58/signals.js",
Expand Down

0 comments on commit 30ce14c

Please sign in to comment.