From 30ce14c6ace8513368f1a5a7d4625ea46ed04b13 Mon Sep 17 00:00:00 2001 From: Julie M <70962362+meletj@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:45:45 +0200 Subject: [PATCH] Revert "feat: WEB-604 Add plausible script" (#6228) * Revert "Add plausible script (#6171)" This reverts commit 8144ddb01b391e76134448f7018511398ae6730c. * remove outdated snaplet ink --- .../200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx | 2 -- docusaurus.config.ts | 5 ----- 2 files changed, 7 deletions(-) diff --git a/content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx b/content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx index 70893e2ae6..87acbd79a4 100644 --- a/content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx +++ b/content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx @@ -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: diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 795fe85f14..8f9d2bf9d5 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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",