Prepared website for production and going live.
Added website title. Added Unavailability message to steam page. Added image lossy image minimizers to webpack to production webpack configuration. Added source mapping to development webpack configuration. Renamed router paths.
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
<template>
|
||||
<h1>Steam System</h1>
|
||||
<div class="pages">
|
||||
<div class="page">
|
||||
<div class="title">
|
||||
<h1>Steam System</h1>
|
||||
<p>Currently unavailable.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
Reference in New Issue
Block a user