diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-29 15:59:12 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-29 15:59:12 -0700 |
commit | 814a5814258ee010eee9ba76d98bc7abc4e4aaea (patch) | |
tree | db86e1f17a86b71e385ecb0cc5e140945e4322cf | |
parent | 6be500557678837563e8c142e8f43095c6e73d19 (diff) | |
download | sncontinue-814a5814258ee010eee9ba76d98bc7abc4e4aaea.tar.gz sncontinue-814a5814258ee010eee9ba76d98bc7abc4e4aaea.tar.bz2 sncontinue-814a5814258ee010eee9ba76d98bc7abc4e4aaea.zip |
removing redirects
-rw-r--r-- | docs/docusaurus.config.js | 16 | ||||
-rw-r--r-- | docs/netlify.toml | 7 |
2 files changed, 1 insertions, 22 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index ebecef1f..46632e21 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -142,18 +142,4 @@ const config = { }), }; -module.exports = { - ...config, - plugins: [ - [ - "@docusaurus/plugin-client-redirects", - { - createRedirects: (path) => { - if (path.startsWith("/docs")) { - return [path.replace("/docs", "/docs/intro")]; - } - }, - }, - ], - ], -}; +module.exports = config; diff --git a/docs/netlify.toml b/docs/netlify.toml deleted file mode 100644 index bcc69434..00000000 --- a/docs/netlify.toml +++ /dev/null @@ -1,7 +0,0 @@ -[[redirects]] -from = "/" -to = "/docs/intro" - -[[redirects]] -from = "/docs" -to = "/docs/intro"
\ No newline at end of file |