mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 01:23:48 +00:00
jetbrains theme
This commit is contained in:
commit
a800b095fd
@ -26,7 +26,7 @@ module.exports = {
|
|||||||
proxy: {
|
proxy: {
|
||||||
"/graphql": {
|
"/graphql": {
|
||||||
target: `${
|
target: `${
|
||||||
process.env.SW_PROXY_TARGET || "http://demo.skywalking.apache.org"
|
process.env.SW_PROXY_TARGET || "https://demo.skywalking.apache.org"
|
||||||
}`,
|
}`,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
},
|
},
|
||||||
@ -37,7 +37,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
chainWebpack: (config) => {
|
chainWebpack: (config) => {
|
||||||
config.plugin("html").tap((args) => {
|
config.plugin("html").tap((args) => {
|
||||||
args[0].title = "Apache SkyWalking";
|
args[0].title = "Live Dashboard - Source++";
|
||||||
return args;
|
return args;
|
||||||
});
|
});
|
||||||
const svgRule = config.module.rule("svg");
|
const svgRule = config.module.rule("svg");
|
||||||
|
Loading…
Reference in New Issue
Block a user