diff --git a/.gitignore b/.gitignore index f935a37..7d8f574 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,7 @@ typings/ # dotenv environment variables file .env +.env.* # parcel-bundler cache (https://parceljs.org/) .cache diff --git a/nuxt.config.js b/nuxt.config.js index 018dcf4..ecf0ac5 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -15,6 +15,9 @@ export default { ], link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' } + ], + script: [ + { src: 'https://widget.cloudinary.com/v2.0/global/all.js' } ] }, diff --git a/pages/index.vue b/pages/index.vue index 12c0922..12dc55f 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,35 +1,38 @@ diff --git a/pages/upload/_id.vue b/pages/upload/_id.vue new file mode 100644 index 0000000..3b49923 --- /dev/null +++ b/pages/upload/_id.vue @@ -0,0 +1,23 @@ + + \ No newline at end of file diff --git a/pages/vote/_id.vue b/pages/vote/_id.vue new file mode 100644 index 0000000..e69de29