diff --git a/components/RecordingsList.vue b/components/RecordingsList.vue index 5dfbf7b..67851dc 100644 --- a/components/RecordingsList.vue +++ b/components/RecordingsList.vue @@ -1,7 +1,10 @@ @@ -52,3 +55,8 @@ export default { } } + diff --git a/nuxt.config.js b/nuxt.config.js index 5969f32..220760c 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,16 +1,8 @@ -// import path from 'path' -// import fs from 'fs' import colors from 'vuetify/es5/util/colors' require('dotenv').config() export default { - // server: { - // https: { - // key: fs.readFileSync(path.resolve(__dirname, 'server.key')), - // cert: fs.readFileSync(path.resolve(__dirname, 'server.crt')) - // } - // }, mode: 'spa', /* ** Headers of the page diff --git a/pages/index.vue b/pages/index.vue index f18f48c..f08caad 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -45,11 +45,20 @@ - + + + + +

+ Recordings will appear here +

+
+
+