mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Fix accidental "s
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/**
|
||||
* Define your custom redirects within this file.
|
||||
*
|
||||
* Vercel"s redirect documentation:
|
||||
* Vercel's redirect documentation:
|
||||
* https://nextjs.org/docs/api-reference/next.config.js/redirects
|
||||
*
|
||||
* Relative paths with fragments (#) are not supported.
|
||||
@@ -14,10 +14,10 @@
|
||||
*
|
||||
* Playground for testing url pattern matching: https://npm.runkit.com/path-to-regexp
|
||||
*
|
||||
* Note that redirects defined in a product"s redirects file are applied to
|
||||
* Note that redirects defined in a product's redirects file are applied to
|
||||
* the developer.hashicorp.com domain, which is where the documentation content
|
||||
* is rendered. Redirect sources should be prefixed with the product slug
|
||||
* to ensure they are scoped to the product"s section. Any redirects that are
|
||||
* to ensure they are scoped to the product's section. Any redirects that are
|
||||
* not prefixed with a product slug will be ignored.
|
||||
*/
|
||||
module.exports = [
|
||||
|
||||
Reference in New Issue
Block a user