diff --git a/packages/core/build/config.js b/packages/core/build/config.js index 2fbc7ebd1cb9..4821a7bd3772 100644 --- a/packages/core/build/config.js +++ b/packages/core/build/config.js @@ -115,6 +115,11 @@ const copyConfig = base => { to: 'localstorage-sync.html', toType: 'file', }, + { + from: path.resolve(__dirname, '../src/root_files/front-channel.html'), + to: 'front-channel.html', + toType: 'file', + }, { from: path.resolve(__dirname, '../src/root_files/robots.txt'), to: 'robots.txt', toType: 'file' }, { from: path.resolve(__dirname, '../src/root_files/sitemap.xml'), to: 'sitemap.xml', toType: 'file' }, { diff --git a/packages/core/src/root_files/front-channel.html b/packages/core/src/root_files/front-channel.html new file mode 100644 index 000000000000..710221543bb2 --- /dev/null +++ b/packages/core/src/root_files/front-channel.html @@ -0,0 +1,26 @@ + + +
+