Skip to content

Commit 6da8a23

Browse files
chore: remove route for silent callback
1 parent d324975 commit 6da8a23

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/core/build/config.js

-5
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@ const copyConfig = base => {
120120
to: 'front-channel.html',
121121
toType: 'file',
122122
},
123-
{
124-
from: path.resolve(__dirname, '../src/root_files/silent-callback.html'),
125-
to: 'silent-callback.html',
126-
toType: 'file',
127-
},
128123
{ from: path.resolve(__dirname, '../src/root_files/robots.txt'), to: 'robots.txt', toType: 'file' },
129124
{ from: path.resolve(__dirname, '../src/root_files/sitemap.xml'), to: 'sitemap.xml', toType: 'file' },
130125
{

0 commit comments

Comments
 (0)