updated title

This commit is contained in:
marvzhang
2021-07-21 16:39:40 +08:00
parent a899d27d6a
commit 342f9d2e1b
2 changed files with 10 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 17 KiB

10
frontend/vue.config.js Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
pages: {
index: {
entry: 'src/main.ts',
template: 'public/index.html',
filename: 'index.html',
title: 'Crawlab | Distributed Web Crawler Admin Platform',
}
}
}