Skip to content

Commit

Permalink
fix: base path
Browse files Browse the repository at this point in the history
  • Loading branch information
jukbot committed Sep 22, 2023
1 parent 0bba00e commit 794ce1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
/>
<meta name="author" content="Chukkrit V." />
<title>Thai Citizen ID Input Validation</title>

<script
src="https://cdnjs.cloudflare.com/ajax/libs/imask/7.1.3/imask.min.js"
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>

<script type="module" crossorigin src="./assets/index-a505a960.js"></script>
<link rel="stylesheet" href="./assets/index-aadd4a5c.css" />
<link rel="stylesheet" href="./assets/index-aadd4a5c.css">
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions vite-docs.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
root: "docs",
base: "./",
build: {
outDir: "../dist",
},
Expand Down

0 comments on commit 794ce1d

Please sign in to comment.