From ea6978400169c5032bbbeda6495aef01d297140d Mon Sep 17 00:00:00 2001 From: Darrel O'Pry Date: Thu, 28 May 2020 12:52:16 -0400 Subject: [PATCH] fix: update showcase config. --- rollup.config.showcase.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rollup.config.showcase.js b/rollup.config.showcase.js index 6ed562c..1be7a92 100644 --- a/rollup.config.showcase.js +++ b/rollup.config.showcase.js @@ -7,8 +7,8 @@ import svelte from 'rollup-plugin-svelte'; const production = !process.env.ROLLUP_WATCH; -const defaultRedirectUri = production ? 'https://darrelopry.com/svelte-auth0' : 'http://localhost:5000/'; -const defaultPostLogoutRedirectUri = production ? 'https://darrelopry.com/svelte-auth0' : 'http://localhost:5000/'; +const defaultRedirectUri = production ? 'https://darrelopry.com/svelte-oidc' : 'http://localhost:5000/'; +const defaultPostLogoutRedirectUri = production ? 'https://darrelopry.com/svelte-oidc' : 'http://localhost:5000/'; export default { input: 'src/main.js',