diff --git a/nuxt.config.js b/nuxt.config.js
index c079d25..c6536c1 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -1,5 +1,6 @@
export default {
server: {
+ host: '127.0.0.1',
port: 5000,
},
/*
diff --git a/pages/index/document.vue b/pages/index/document.vue
index af08330..eb8753b 100644
--- a/pages/index/document.vue
+++ b/pages/index/document.vue
@@ -43,6 +43,10 @@
+
+
@@ -60,7 +64,7 @@
{{item.title}}
- [{{item.type}}]
+ {{item.type}}
{{item.author}}
{{item.profession}}
{{item.school}} {{item.year}}
@@ -106,10 +110,10 @@