|
@@ -32,8 +32,8 @@ export const useGlobSetting = (): Readonly<GlobConfig> => {
|
|
|
shortTitle = '苏豪通';
|
|
|
title = '苏豪通'; // Use the imported image for this domain
|
|
|
} else {
|
|
|
- shortTitle = 'Adweb';
|
|
|
- title = 'Adweb'; // Use the imported image for other domains
|
|
|
+ shortTitle = 'AdWeb';
|
|
|
+ title = 'AdWeb'; // Use the imported image for other domains
|
|
|
}
|
|
|
// Take global configuration
|
|
|
const glob: Readonly<GlobConfig> = {
|