Skip to content

Commit

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

Large diffs are not rendered by default.

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

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="/HackTheBurghX/assets/index-2d2cf99a.js"></script>
<link rel="stylesheet" href="/HackTheBurghX/assets/index-c7b1ff2c.css">
<script type="module" crossorigin src="/assets/index-8bf067c8.js"></script>
<link rel="stylesheet" href="/assets/index-ddba3ff7.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: '/HackTheBurghX/', // Add this line
// base: '/HackTheBurghX/', // Add this line for non-custom domain

})

0 comments on commit 8a8ddbf

Please sign in to comment.