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:
2022-01-17 04:17:21 -06:00
parent a2b9f45b94
commit 7917565438
7 changed files with 4935 additions and 15 deletions

View File

@@ -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>