Skip to content

Commit a4fbed7

Browse files
docs: update domain
1 parent 32ec3a1 commit a4fbed7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<div align="center">
2-
<img src="https://pure-parse.vercel.app/logo-small.webp" width="200px" align="center" alt="PureParse logo" />
2+
<img src="https://pureparse.dev/logo-small.webp" width="200px" align="center" alt="PureParse logo" />
33
<h1 align="center">PureParse</h1>
44
<h3>Typesafe, lightweight parsers</h3>
55
<p align="center">
66
Strongly typed validation library that decouples type aliases from validation logic
77
</p>
88
<p align="center">
9-
<a href="https://pure-parse.vercel.app" style="padding: 10px 15px; background-color: #3d9efe; color: white; border-radius: 20px; line-height: 38px; font-size: 14px">Documentation</a>
9+
<a href="https://pureparse.dev" style="padding: 10px 15px; background-color: #3d9efe; color: white; border-radius: 20px; line-height: 38px; font-size: 14px">Documentation</a>
1010
</p>
1111
</div>
1212

packages/pure-parse/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from 'vitepress'
22
import typedocSidebar from '../docs/api/typedoc-sidebar.json'
33

4-
const baseUrl = 'https://pure-parse.vercel.app'
4+
const baseUrl = 'https://pureparse.dev'
55

66
// https://vitepress.dev/reference/site-config
77
export default defineConfig({

0 commit comments

Comments
 (0)