Skip to content

Commit c09ec2a

Browse files
committed
chore: update domain
1 parent 3ed8cec commit c09ec2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend. Tarballs are fetched straight from the npm registry, unpacked, and
55
diffed client-side, with the line-diffing done by a **Rust → WebAssembly**
66
module. The whole app is a static site you can drop on any host.
77

8-
**[pkg-diff.netlify.app](https://pkg-diff.netlify.app/)**
8+
**[pkg-diff.vuetifyjs.com](https://pkg-diff.vuetifyjs.com/)**
99

1010
![pkg-diff screenshot](./screenshot.png)
1111

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import '@/styles/recursive-mono.css'
2020
import 'virtual:uno.css'
2121

2222
init({
23-
domain: 'pkg-diff.netlify.app',
23+
domain: 'pkg-diff.vuetifyjs.com',
2424
})
2525

2626
const app = createApp(App)

0 commit comments

Comments
 (0)