diff --git a/components/TwitterFeed.vue b/components/TwitterFeed.vue
new file mode 100644
index 0000000..dfbc79a
--- /dev/null
+++ b/components/TwitterFeed.vue
@@ -0,0 +1,28 @@
+
+
+
diff --git a/nuxt.config.js b/nuxt.config.js
index 2c04445..e51e768 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -110,6 +110,13 @@ export default {
},
{ rel: 'manifest', href: '/icon/manifest.json' },
],
+ script: [
+ {
+ hid: 'twitter',
+ defer: true,
+ src: 'https://platform.twitter.com/widgets.js',
+ },
+ ],
},
router: {
diff --git a/pages/index.vue b/pages/index.vue
index abc2d59..4592498 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -16,6 +16,7 @@
:next-page-token="nextPageToken"
/>
+