Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgs27 committed Feb 4, 2024
1 parent d5096e0 commit c80d592
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<script src="https://cdn.tailwindcss.com"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hack X Burgh</title>
<script type="module" crossorigin src="/website-frontend/assets/index-443ce4cd.js"></script>
<link rel="stylesheet" href="/website-frontend/assets/index-ee109701.css">
<script type="module" crossorigin src="/HackTheBurghX/assets/index-6f4b24f4.js"></script>
<link rel="stylesheet" href="/HackTheBurghX/assets/index-ee109701.css">
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default defineConfig({
build: {
outDir: 'docs', // Specify the custom output directory here
},
base: '/website-frontend/', // Add this line
base: '/HackTheBurghX/', // Add this line

})

0 comments on commit c80d592

Please sign in to comment.