From 1f42d4a52f11b077749c7373a21ad2aec258c027 Mon Sep 17 00:00:00 2001 From: amnad001 Date: Tue, 23 Jul 2024 11:21:02 +0200 Subject: [PATCH 1/2] Chore/ COM-176 file CODEOWNERS added (#50) * Added CODEOWNERS * correct file format and use lower case for team designation --------- Co-authored-by: SireeKoolenWijkstra --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..de8b94a --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @Amsterdam/engineering-enablement \ No newline at end of file From 1121088288e2cb8f6b8d8f0fdbda58d3befc33ee Mon Sep 17 00:00:00 2001 From: Thomas Mills Date: Mon, 29 Jul 2024 12:39:25 +0200 Subject: [PATCH 2/2] Remove url path from config (#58) --- .storybook/main.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.storybook/main.ts b/.storybook/main.ts index 71473c5..ff4d5e9 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -27,13 +27,6 @@ const config: StorybookConfig = { }, docs: {}, staticDirs: ['./static'], - viteFinal: async (config, { configType }) => { - if (configType === 'PRODUCTION') { - config.base = '/ee-react-map-demos/'; - } - - return config; - }, }; export default config;