docs: add script to catch bad redirects (#12361)
* docs: add script to catch bad redirects * add missing dependency
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @returns {Promise<import("next").Redirect[]>}
|
||||
* @type {import("next").NextConfig["redirects"]}
|
||||
*/
|
||||
const redirects = async () => {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user