Skip to content

Commit

Permalink
chore: updated vite and changed how to load sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Nov 22, 2023
1 parent 6689b84 commit b5f83fc
Show file tree
Hide file tree
Showing 6 changed files with 656 additions and 358 deletions.
10 changes: 3 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
Expand Down Expand Up @@ -31,12 +31,8 @@
<meta name="robots" content="index,follow" />
<link rel="canonical" href="https://xbu.vercel.app/" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<!-- <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> -->
</head>
<body>
<div id="root"></div>
Expand Down
Loading

1 comment on commit b5f83fc

@vercel
Copy link

@vercel vercel bot commented on b5f83fc Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

xbu – ./

xbu-franqsanz.vercel.app
xbu-git-main-franqsanz.vercel.app
xbu.vercel.app

Please sign in to comment.