Fixed map border issue and production webpack image asset management.

This commit is contained in:
Harrison Deng 2022-01-20 00:42:29 -06:00
parent 03e0747c16
commit 7dd192936b
2 changed files with 5 additions and 5 deletions

View File

@ -64,12 +64,12 @@
</div>
<iframe
ref="dynmap"
src="https:/ent.sys.reslate.xyz/rsemcs/dynmap/"
src="https://ent.sys.reslate.xyz/rsemcs/dynmap/"
class="map"
allowtransparency="true"
@load="iframeLoaded"
>
<p>Your browser does not support iframes. Visit <a href="https:/ent.sys.reslate.xyz/rsemcs/dynmap/">the full dynmap page here</a></p>
<p>Your browser does not support iframes. Visit <a href="https://ent.sys.reslate.xyz/rsemcs/dynmap/">the full dynmap page here</a></p>
</iframe>
</div>
</div>
@ -191,7 +191,7 @@ export default {
background-clip: padding-box;
margin-bottom: 5%;
border-width: 27px;
border-image-slice:27 27 27 27;
border-image-width:27px 27px 27px 27px;
border-image-outset:0px 0px 0px 0px;

View File

@ -60,8 +60,8 @@ module.exports = {
type: "asset/resource",
},
{
test: /\.(jpe?g|png|gif|svg)$/i,
type: "asset",
test: /\.(png|svg|jpg|jpeg|gif)$/i,
type: "asset/resource",
}
]
},