Skip to content

Commit 1e8a3ae

Browse files
committed
fix: remove unexpected license from recipes
1 parent e0f2d9a commit 1e8a3ae

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

recipes/next/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,3 @@ To adopt this recipe you will need to:
3636
- Implement a custom puck configuration in `puck.config.tsx`
3737

3838
By default, this recipe will generate static pages by setting `dynamic` to [`force-static`](https://nextjs.org/docs/app/api-reference/file-conventions/route-segment-config#dynamic) in the `/app/[...puckPath]/page.tsx`. This will strip headers and cookies. If you need dynamic pages, you can delete this.
39-
40-
## License
41-
42-
MIT © [The Puck Contributors](https://github.com/measuredco/puck/graphs/contributors)

recipes/react-router/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,3 @@ To adopt this recipe, you will need to:
3333
- **IMPORTANT** Add authentication to `/edit` routes. This can be done by modifying the [route module action](https://reactrouter.com/start/framework/route-module#action) in the splat route `/app/routes/puck-splat.tsx`. **If you don't do this, Puck will be completely public.**
3434
- Integrate your database into the functions in `/lib/pages.server.ts`
3535
- Implement a custom puck configuration in `/app/puck.config.tsx`
36-
37-
## License
38-
39-
MIT © [The Puck Contributors](https://github.com/measuredco/puck/graphs/contributors)

recipes/remix/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,3 @@ By default, this recipe will have JavaScript enable on all routes - like a usual
4040
## Disabling JavaScript
4141

4242
This recipe can be adapted to disable JavaScript. See the [Remix docs](https://remix.run/docs/en/main/guides/disabling-javascript) for steps on how to do this.
43-
44-
## License
45-
46-
MIT © [The Puck Contributors](https://github.com/measuredco/puck/graphs/contributors)

0 commit comments

Comments
 (0)