Skip to content

Commit

Permalink
update github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
francheskajcg committed Feb 10, 2025
1 parent aecbf45 commit f56684c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="es">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/modulo-3-evaluacion-final-francheskajcg/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My primera App</title>
<script type="module" crossorigin src="/assets/index-DDYYmLI9.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Cmg1ojAG.css">
<script type="module" crossorigin src="/modulo-3-evaluacion-final-francheskajcg/assets/index-DDYYmLI9.js"></script>
<link rel="stylesheet" crossorigin href="/modulo-3-evaluacion-final-francheskajcg/assets/index-Cmg1ojAG.css">
</head>
<body>
<div id="root"></div>
Expand Down
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react'

// https://vite.dev/config/
export default defineConfig({
base: '/modulo-3-evaluacion-final-francheskajcg/',
plugins: [react()],
server: {
open: "/index.html",
Expand Down

0 comments on commit f56684c

Please sign in to comment.