diff --git a/index.html b/index.html index 1a4c44d..c63ed3c 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@
How good are we to succeed a project? Delivering the features at the good quality and at the right time. We're pretty bad at it and there is a lot diff --git a/vite.config.ts b/vite.config.ts index 52a76ee..6e83dee 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,7 +9,7 @@ export default defineConfig({ rollupOptions: { input: { index: 'index.html', - 'feature-flow': 'feature-flow.html' + 'pull-system': 'pull-system.html' } } },