8000 docs: update lychee config and remove medium article link · nuxt/nuxt@36c19ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 36c19ce

Browse files
committed
docs: update lychee config and remove medium article link
1 parent b748840 commit 36c19ce

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/3.guide/5.going-further/10.runtime-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Instead of passing non-serializable objects or functions into your application f
4141

4242
### Environment Variables
4343

44-
The most common way to provide configuration is by using [Environment Variables](https://medium.com/chingu/an-introduction-to-environment-variables-and-how-to-use-them-f602f66d15fa).
44+
The most common way to provide configuration is by using environment variables.
4545

4646
::note
4747
The Nuxt CLI has built-in support for reading your `.env` file in development, build and generate. But when you run your built server, **your `.env` file will not be read**.

lychee.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,15 @@ exclude = [
4040
"https://myawesome-lib.css/",
4141
"https://awesome-lib.css/",
4242
"https://mycdn.org/",
43+
"https://nuxt.new/c/v3",
44+
"https://nuxt.new/s/v3",
45+
"https://nuxt.new/c/v4",
46+
"https://nuxt.new/s/v4",
47+
"https://www.npmjs.com/",
48+
# TODO: fix upstream API issues
49+
"https://nuxt.com/modules",
4350
# single-quotes are required for regexp
51+
'https://res.cloudinary.com/nuxt/video/upload/(.*)',
4452
'https://www.npmjs.com/package/(.*)',
4553
'(https?:\/\/github\.com\/)(.*\/)(generate)',
4654
"https://github.com/nuxt-contrib/vue3-ssr-starter/generate",

0 commit comments

Comments
 (0)
0