Skip to content

Commit

Permalink
css link
Browse files Browse the repository at this point in the history
  • Loading branch information
Vk2401 committed Oct 15, 2023
1 parent ed7f4d6 commit 414e655
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
1 change: 1 addition & 0 deletions dist/assets/index-f2be1c62.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
<title>Gpay</title>

<!-- favicon -->
<link rel="shortcut icon" href="/assets/gpay-logo-a07b2bff.png" type="image/x-icon">
<link rel="shortcut icon" href="/Gpay-UI/assets/gpay-logo-a07b2bff.png" type="image/x-icon">

<!-- css link -->
<link rel="stylesheet" href="./dist/assets/index-b163a8bf.css">
<!-- <link rel="stylesheet" href="./assets/css/style.css"> -->
<!-- <link rel="stylesheet" href="./dist/assets/index-b163a8bf.css"> -->

<link rel="stylesheet" href="/Gpay-UI/assets/index-f2be1c62.css">
</head>

<body>
Expand All @@ -38,7 +39,7 @@
<!-- hero section -->
<section>

<img src="/assets/gpay-hero-banner-ba09aca0.jpg" draggable="false" class="w-full" alt="gpay-hero-banner">
<img src="/Gpay-UI/assets/gpay-hero-banner-ba09aca0.jpg" draggable="false" class="w-full" alt="gpay-hero-banner">

</section>

Expand Down Expand Up @@ -391,7 +392,7 @@ <h1 class="mb-4 text-2xl">Invite friends to get ₹201</h1>
</a>
</div>

<img src="/assets/gpay-footer-77236a88.jpg" draggable="false" class="w-full" alt="gpay-hero-banner">
<img src="/Gpay-UI/assets/gpay-footer-77236a88.jpg" draggable="false" class="w-full" alt="gpay-hero-banner">

</section>

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<link rel="shortcut icon" href="./assets/imgs/gpay-logo.png" type="image/x-icon">

<!-- css link -->
<link rel="stylesheet" href="./dist/assets/index-b163a8bf.css">
<!-- <link rel="stylesheet" href="./assets/css/style.css"> -->
<!-- <link rel="stylesheet" href="./dist/assets/index-b163a8bf.css"> -->
<link rel="stylesheet" href="./assets/css/style.css">
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://vk2401.github.io/Gpay-UI/",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
5 changes: 5 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { defineConfig } from 'vite'

export default defineConfig({
base:"/Gpay-UI/"
})

0 comments on commit 414e655

Please sign in to comment.