From db5129f1bb262fac4eabdf6f0cd7633f0fbfd739 Mon Sep 17 00:00:00 2001 From: Waldemar Neto Date: Sun, 30 Jun 2024 21:08:32 -0300 Subject: [PATCH] test new vite config --- src/routes/index.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 068385b..7276af8 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -4,14 +4,16 @@ import InformationPage from "../pages/information"; import LeadsPage from "../pages/leads"; +const basePath = '/curso-apps-enterprise-nodejs-landing-page'; + export default function Router() { return ( - } /> - } /> - } /> + } /> + } /> + } /> - ); -} \ No newline at end of file + ); +}