Kleinere Fixes

This commit is contained in:
Daniel Spittank 2021-11-14 21:03:46 +01:00
parent f7ec7d21bd
commit e9d67ce55f
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
</template>
<script>
// @ is an alias to /src
import AboutScreen from '@/components/AboutScreen.vue'
export default {

View file

@ -3,6 +3,6 @@ module.exports = {
'vuetify'
],
devServer: {
proxy: 'https://dsp.uber.space/',
proxy: 'https://sissy.schule.click/',
}
}