File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { defineConfig } from 'astro/config' ;
2- import tailwind from '@astrojs/tailwind' ; //Dependecia de Tailwind-👾
3- import react from "@astrojs/react" ; //Dependecia de React-👾
2+ import tailwind from '@astrojs/tailwind' ;
3+ import react from "@astrojs/react" ;
44
5- // https://astro.build/config
65export default defineConfig ( {
7- // Cambia USERNAME y REPO_NAME por los tuyos
8- site : 'https://brayanSramos .github.io/Profile/ ' ,
9- base : '/Profile/' , // Asegura rutas limpias (sin /Mi-Porfolio/)
6+ // 👇 Cambia USERNAME y REPO_NAME por los tuyos reales
7+ site : 'https://brayansramos .github.io/Profile' ,
8+ base : '/Profile/' , // 👈 MUY IMPORTANTE: subcarpeta del repositorio
109 output : 'static' ,
11- integrations : [ tailwind ( ) , //Configuracion de Tailwind-👾
12- react ( ) ,
13- ]
10+ integrations : [
11+ tailwind ( ) ,
12+ react ( ) ,
13+ ] ,
14+
1415} ) ;
You can’t perform that action at this time.
0 commit comments