Fixed map border issue and production webpack image asset management.
This commit is contained in:
parent
03e0747c16
commit
7dd192936b
@ -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;
|
||||
|
@ -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",
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user