Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://arkenv.vercel.app">
<a href="https://arkenv.js.org">
<img alt="arkenv - Typesafe Environment Variables" src="https://og.tailgraph.com/og?titleFontFamily=JetBrains+Mono&textFontFamily=Inter&title=ArkEnv&titleTailwind=text-[%23e9eef9]%20font-bold%20relative%20decoration-%5Brgb(180,215,255)%5D%20decoration-wavy%20decoration-[5px]%20underline%20underline-offset-[16px]%20text-5xl%20mb-8&text=Typesafe%20environment%20variables%20powered%20by%20ArkType&textTailwind=text-[%238b9dc1]%20text-3xl&bgTailwind=bg-gradient-to-b%20from-[%23061a3a]%20to-black" width="645px">
</a>
<br />
Expand Down Expand Up @@ -75,7 +75,7 @@ console.log(env.NODE_ENV); // (property) NODE_ENV: "development" | "production"

## Documentation

For detailed documentation and examples, please visit our [documentation site](https://arkenv.vercel.app/docs).
For detailed documentation and examples, please visit our [documentation site](https://arkenv.js.org/docs).

## Plugins

Expand Down
2 changes: 1 addition & 1 deletion apps/www/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ArkEnv site

Welcome! We are live on [arkenv.vercel.app](https://arkenv.vercel.app) :rocket:
Welcome! We are live on [arkenv.js.org](https://arkenv.js.org) :rocket:
2 changes: 1 addition & 1 deletion apps/www/content/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Welcome to the ArkEnv documentation!

You can also view the documentation on our site: https://arkenv.vercel.app/docs.
You can also view the documentation on our site: https://arkenv.js.org/docs.
2 changes: 1 addition & 1 deletion arkenv.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
{
"path": "apps/www",
"name": " www (arkenv.vercel.app)"
"name": " www (arkenv.js.org)"
},
{
"path": "examples",
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ With the development server running (if it isn't - just run `npm run dev`), let'
ArkEnvError: Errors found while validating environment variables
MY_ENV_VAR must be a string (was missing)
```
This is **good**! It means the environment variable is required and the type is enforced. Let's see how to fix it. For this example, we will define the environment variable [with a `.env` file](https://arkenv.vercel.app/docs/guides/environment-configuration#using-env-files).
This is **good**! It means the environment variable is required and the type is enforced. Let's see how to fix it. For this example, we will define the environment variable [with a `.env` file](https://arkenv.js.org/docs/guides/environment-configuration#using-env-files).

3. #### Copy the `.env.example` file to `.env`

Expand All @@ -74,5 +74,5 @@ With the development server running (if it isn't - just run `npm run dev`), let'

### Next steps

- [ArkEnv docs](https://arkenv.vercel.app/docs)
- [ArkEnv docs](https://arkenv.js.org/docs)
- [ArkType docs](https://arktype.io/)
4 changes: 2 additions & 2 deletions examples/with-bun/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ With the development server running (if it isn't - just run `bun dev`), let's se
ArkEnvError: Errors found while validating environment variables
MY_ENV_VAR must be a string (was missing)
```
This is **good**! It means the environment variable is required and the type is enforced. Let's see how to fix it. For this example, we will define the environment variable [with a `.env` file](https://arkenv.vercel.app/docs/guides/environment-configuration#using-env-files).
This is **good**! It means the environment variable is required and the type is enforced. Let's see how to fix it. For this example, we will define the environment variable [with a `.env` file](https://arkenv.js.org/docs/guides/environment-configuration#using-env-files).

3. #### Copy the `.env.example` file to `.env`

Expand Down Expand Up @@ -88,6 +88,6 @@ With the development server running (if it isn't - just run `bun dev`), let's se

### Next steps

- [ArkEnv docs](https://arkenv.vercel.app/docs)
- [ArkEnv docs](https://arkenv.js.org/docs)
- [ArkType docs](https://arktype.io/)
- [Bun docs](https://bun.sh)
2 changes: 1 addition & 1 deletion examples/with-vite-react-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ arkenv({

### Next steps

- [ArkEnv docs](https://arkenv.vercel.app/docs)
- [ArkEnv docs](https://arkenv.js.org/docs)
- [ArkType docs](https://arktype.io/)
- [Vite Environment Variables guide](https://vitejs.dev/guide/env-and-mode.html)
2 changes: 1 addition & 1 deletion packages/arkenv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"validation"
],
"license": "MIT",
"homepage": "https://arkenv.vercel.app",
"homepage": "https://arkenv.js.org",
"repository": {
"type": "git",
"url": "git+https://github.com/yamcodes/arkenv.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ See the [with-vite-react-ts example](https://github.com/yamcodes/arkenv/tree/mai

## Documentation

For detailed documentation and more examples, visit the [ArkEnv documentation site](https://arkenv.vercel.app/docs).
For detailed documentation and more examples, visit the [ArkEnv documentation site](https://arkenv.js.org/docs).

## Related

Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"files": [
"dist"
],
"homepage": "https://arkenv.vercel.app",
"homepage": "https://arkenv.js.org",
"keywords": [
"arktype",
"arkenv",
Expand Down
Loading