Skip to content

Commit

Permalink
Merge feature_dev into pruebas
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Felipe Londoño Campos committed Nov 26, 2024
2 parents 3a6d8dc + 63995b3 commit 9539c7e
Show file tree
Hide file tree
Showing 26 changed files with 1,012 additions and 429 deletions.
19 changes: 19 additions & 0 deletions custom.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
declare module '*.svg' {
const content: string;
export default content;
}

declare module '*.png' {
const content: string;
export default content;
}

declare module '*.jpg' {
const content: string;
export default content;
}

declare module '*.jpeg' {
const content: string;
export default content;
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
content="https://github.com/user-attachments/assets/95132c51-0f61-47df-9a26-17f8fa9d3a2a" />

<!-- Scripts -->
<script type="module" src="/src/main.jsx"></script>
<script type="module" src="/src/main.tsx"></script>

<!-- Links -->
<link rel="icon" type="image/png" href="/src/assets/icon-portfolio.png" />
Expand Down
Loading

0 comments on commit 9539c7e

Please sign in to comment.