Skip to content

Commit 5dd220b

Browse files
authored
Use Vercel for demo (#213)
* switch from Netlify to Vercel * trigger build
1 parent 2f5888f commit 5dd220b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
A plugin that provides a set of `prose` classes you can use to add beautiful typographic defaults to any vanilla HTML you don't control (like HTML rendered from Markdown, or pulled from a CMS).
88

9-
[View live demo](https://tailwindcss-typography.netlify.app/)
9+
[View live demo](https://tailwindcss-typography.vercel.app/)
1010

1111
```html
1212
<article class="prose lg:prose-xl">

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"dev": "next dev demo",
2424
"build": "next build demo",
2525
"export": "next export demo",
26-
"deploy": "npm run build && npm run export",
2726
"start": "next start demo"
2827
},
2928
"peerDependencies": {

0 commit comments

Comments
 (0)