mirror of
https://github.com/Istador/smoo.it
synced 2025-10-05 23:42:42 +02:00
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:
@@ -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"
|
||||
/>
|
||||
|
@@ -1,6 +1,7 @@
|
||||
const { defineConfig } = require('@vue/cli-service')
|
||||
|
||||
module.exports = defineConfig({
|
||||
publicPath : '',
|
||||
transpileDependencies : true,
|
||||
runtimeCompiler : true,
|
||||
pages : {
|
||||
|
Reference in New Issue
Block a user