relative paths

so that the build artifacts also work outside of a hosted webserver.
(e.g. directly opening index.html in a browser)
This commit is contained in:
Robin C. Ladiges
2022-11-06 05:29:53 +01:00
parent 1b28a0934a
commit 4927936f25
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
<img
alt="Super Mario Odyssey: Online Logo"
title="Super Mario Odyssey: Online"
src="/img/logo.png"
src="img/logo.png"
width="144"
height="128"
/>

View File

@@ -1,6 +1,7 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
publicPath : '',
transpileDependencies : true,
runtimeCompiler : true,
pages : {