mirror of https://gitlab.com/curben/blog
post(onion-location): add netlify example
This commit is contained in:
parent
e14eee2121
commit
ac3fd4817d
|
@ -38,6 +38,15 @@ example.com {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Netlify
|
||||||
|
|
||||||
|
Add custom header by using [`_headers`](https://docs.netlify.com/routing/headers/) file saved the root folder of your site:
|
||||||
|
|
||||||
|
``` plain _headers
|
||||||
|
/*
|
||||||
|
Onion-Location: http://xxx.onion
|
||||||
|
```
|
||||||
|
|
||||||
## <meta> tag
|
## <meta> tag
|
||||||
|
|
||||||
If you don't have access to the web server to add the header (e.g. GitHub/GitLab Pages), you can add `<meta>` tag instead.
|
If you don't have access to the web server to add the header (e.g. GitHub/GitLab Pages), you can add `<meta>` tag instead.
|
||||||
|
|
Loading…
Reference in New Issue