We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d991a commit 1a12543Copy full SHA for 1a12543
src/index.js
@@ -54,6 +54,7 @@ async function generateSSO({
54
path.join(functionsDir, `${authFunc}.js`),
55
)
56
57
+ config.redirects = config.redirects || []
58
/** @type {NetlifyRedirect[]} */
59
const gatedRedirects = config.redirects.map((redirect) => ({
60
...redirect,
0 commit comments