- Removed useless stuff

This commit is contained in:
Alexis
2020-07-17 21:20:42 +02:00
parent 7711816a71
commit d2acdbb179
2 changed files with 1 additions and 2 deletions

View File

@@ -16,6 +16,6 @@ export default {
<style lang="scss" scoped>
#srs {
min-height: 100vh;
background: url('/img/bg1.png') center center fixed repeat;
background: url('./assets/images/bg1.png') center center fixed repeat;
}
</style>