diff --git a/index.html b/index.html
index 13b5266..f93451e 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
-
+
RSI Argentina | Seguridad Privada
diff --git a/public/CNAME b/public/CNAME
new file mode 100644
index 0000000..17ad5c5
--- /dev/null
+++ b/public/CNAME
@@ -0,0 +1 @@
+rsisec.lat
diff --git a/vite.config.js b/vite.config.js
index 2472edc..beb9a76 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
- base: '/rsi-web/',
+ base: '/',
})