relative file fixing

This commit is contained in:
OCDkirby
2023-07-06 19:03:22 -05:00
parent 2fcdb2f7d4
commit 380c0a9519
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<base href=".">
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@@ -12,5 +12,6 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
},
base: '/rpcsx-site/'
})