mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 09:46:05 +08:00
feat: webpack chunk name is updated (#1562)
This commit is contained in:
parent
c43dabdb0b
commit
0806397816
@ -35,11 +35,8 @@ export const SettingsPage = Loadable(
|
|||||||
() => import(/* webpackChunkName: "SettingsPage" */ 'pages/Settings'),
|
() => import(/* webpackChunkName: "SettingsPage" */ 'pages/Settings'),
|
||||||
);
|
);
|
||||||
|
|
||||||
export const InstrumentationPage = Loadable(
|
export const GettingStarted = Loadable(
|
||||||
() =>
|
() => import(/* webpackChunkName: "GettingStarted" */ 'pages/GettingStarted'),
|
||||||
import(
|
|
||||||
/* webpackChunkName: "InstrumentationPage" */ 'pages/AddInstrumentation'
|
|
||||||
),
|
|
||||||
);
|
);
|
||||||
|
|
||||||
export const DashboardPage = Loadable(
|
export const DashboardPage = Loadable(
|
||||||
|
@ -11,7 +11,7 @@ import {
|
|||||||
EditAlertChannelsAlerts,
|
EditAlertChannelsAlerts,
|
||||||
EditRulesPage,
|
EditRulesPage,
|
||||||
ErrorDetails,
|
ErrorDetails,
|
||||||
InstrumentationPage,
|
GettingStarted,
|
||||||
ListAllALertsPage,
|
ListAllALertsPage,
|
||||||
Login,
|
Login,
|
||||||
Logs,
|
Logs,
|
||||||
@ -85,7 +85,7 @@ const routes: AppRoutes[] = [
|
|||||||
{
|
{
|
||||||
path: ROUTES.INSTRUMENTATION,
|
path: ROUTES.INSTRUMENTATION,
|
||||||
exact: true,
|
exact: true,
|
||||||
component: InstrumentationPage,
|
component: GettingStarted,
|
||||||
isPrivate: true,
|
isPrivate: true,
|
||||||
key: 'INSTRUMENTATION',
|
key: 'INSTRUMENTATION',
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user