From 7cbf54dabdff9cb357ed876193dce1d116afd6ab Mon Sep 17 00:00:00 2001 From: lights0123 Date: Sun, 22 Nov 2020 19:24:17 -0500 Subject: [PATCH] Add additional info to web version --- web/nuxt.config.js | 9 +++++++-- web/static/_headers | 3 +++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 web/static/_headers diff --git a/web/nuxt.config.js b/web/nuxt.config.js index 6fd5933..29efb45 100644 --- a/web/nuxt.config.js +++ b/web/nuxt.config.js @@ -4,11 +4,16 @@ export default { // Global page headers (https://go.nuxtjs.dev/config-head) head: { - title: 'web', + title: 'N-Link', meta: [ { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, - { hid: 'description', name: 'description', content: '' }, + { + hid: 'description', + name: 'description', + content: + 'Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire.', + }, ], link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }], }, diff --git a/web/static/_headers b/web/static/_headers new file mode 100644 index 0000000..c3720e5 --- /dev/null +++ b/web/static/_headers @@ -0,0 +1,3 @@ +/* + Cross-Origin-Opener-Policy: same-origin + Cross-Origin-Embedder-Policy: require-corp