Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
franco-aldeco committed Sep 8, 2023
1 parent 6f52749 commit 481cb6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/mantine-vite-example/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<script type="module" crossorigin src="/assets/index-63a8d69b.js"></script>
<link rel="stylesheet" href="/assets/index-513b26a6.css">
<title>Vite + React + TS + Martine example</title>
<script type="module" crossorigin src="/mantine-vite-example/assets/index-63a8d69b.js"></script>
<link rel="stylesheet" href="/mantine-vite-example/assets/index-513b26a6.css">
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Vite + React + TS + Martine example</title>
</head>
<body>
<div id="root"></div>
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: "/mantine-vite-example/",
})

0 comments on commit 481cb6d

Please sign in to comment.