Skip to content

Commit

Permalink
chore(docs): update url
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Aug 2, 2022
1 parent eb3a034 commit 47e6f4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundle your TypeScript library with no config, powered by [esbuild](https://gith

## 👀 What can it bundle?

Anything that's supported by Node.js natively, namely `.js`, `.json`, `.mjs`. And TypeScript `.ts`, `.tsx`. [CSS support is experimental](https://tsup.egoist.sh/#css-support).
Anything that's supported by Node.js natively, namely `.js`, `.json`, `.mjs`. And TypeScript `.ts`, `.tsx`. [CSS support is experimental](https://tsup.egoist.dev/#css-support).

## ⚙️ Install

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { html } from 'docup'

export default () => {
let isPreview = location.hostname !== 'tsup.egoist.sh'
let isPreview = location.hostname !== 'tsup.egoist.dev'

if (!isPreview) return null

Expand Down Expand Up @@ -183,7 +183,7 @@ They should not be included in a published NPM package and should not be confuse

[Tsup is not able to generate those files](https://github.com/egoist/tsup/issues/564). Instead, you should use the TypeScript compiler directly, by running the following command after the build is done: `tsc --emitDeclarationOnly --declaration`.

You can combine this command with Tsup [`onSuccess`](https://tsup.egoist.sh/#onsuccess) callback.
You can combine this command with Tsup [`onSuccess`](https://tsup.egoist.dev/#onsuccess) callback.

### Generate sourcemap file

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
async
defer
data-website-id="d0d25c97-2e1a-4167-84bc-f57dc5efa51c"
src="https://umami.egoist.sh/mami.js"
src="https://umami.egoist.dev/mami.js"
></script>
</body>
</html>

1 comment on commit 47e6f4d

@vercel
Copy link

@vercel vercel bot commented on 47e6f4d Aug 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.