1
0
mirror of https://github.com/go-task/task.git synced 2025-06-15 00:15:10 +02:00

Website: Remove Carbon

This commit is contained in:
Andrey Nering
2023-02-23 19:30:03 -03:00
parent 1920ee38c3
commit a36b1b9cec
6 changed files with 2 additions and 115 deletions

View File

@ -41,10 +41,7 @@ const config = {
},
blog: false,
theme: {
customCss: [
require.resolve('./src/css/custom.css'),
require.resolve('./src/css/carbon.css')
]
customCss: [require.resolve('./src/css/custom.css')]
},
gtag: {
trackingID: 'G-4RT25NXQ7N',
@ -187,14 +184,7 @@ const config = {
apiKey: '34b64ae4fc8d9da43d9a13d9710aaddc',
indexName: 'taskfile'
}
}),
scripts: [
{
src: '/js/carbon.js',
async: true
}
]
})
};
module.exports = config;