This is an automated email from the ASF dual-hosted git repository. hsun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git
commit ddbe33c6998c6dbb19323a841d8112b52e4bfca6 Author: sunhe05 <[email protected]> AuthorDate: Mon Apr 3 08:09:01 2023 +0000 Remove externally hosted resources --- site/.vuepress/config.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/site/.vuepress/config.js b/site/.vuepress/config.js index 1fb9a1dc0..dc1db7f73 100644 --- a/site/.vuepress/config.js +++ b/site/.vuepress/config.js @@ -16,10 +16,7 @@ module.exports = { '!teaclave-trustzone-sdk/optee-utee/target/**', '!teaclave-trustzone-sdk/optee-teec/target/**', ], - head: [ - ['link', { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto:100,300,400,500,700,900|Roboto+Condensed:300,400|Noto+Sans+SC:400,500,700,900' }], - ['script', { src: 'https://use.fontawesome.com/releases/v5.15.0/js/all.js' } ], - ], + head: [], configureWebpack: { resolve: { alias: { @@ -259,12 +256,6 @@ module.exports = { add('twitter:site', $site.themeConfig.twitter); }, } - ], - [ - '@vuepress/google-analytics', - { - 'ga': 'UA-192555999-1' - } ] ], markdown: { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
