Remove blog layout, caused flickering
parent
c283f8128b
commit
61add2180a
|
@ -1,19 +0,0 @@
|
|||
<template lang="pug">
|
||||
.nuxt
|
||||
Hero
|
||||
.container
|
||||
nuxt
|
||||
footer.footer.white
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Hero from '../components/Hero.vue';
|
||||
|
||||
export default {
|
||||
components: { Hero },
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="sass">
|
||||
@import '~assets/sass/mat'
|
||||
</style>
|
|
@ -2,9 +2,3 @@
|
|||
#blog.has-text-centered-mobile
|
||||
h1.title coming soon!
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
layout: 'blog',
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue