mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 18:25:27 +00:00
Add additional info to web version
This commit is contained in:
parent
4a957aba88
commit
7cbf54dabd
|
@ -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' }],
|
||||
},
|
||||
|
|
3
web/static/_headers
Normal file
3
web/static/_headers
Normal file
|
@ -0,0 +1,3 @@
|
|||
/*
|
||||
Cross-Origin-Opener-Policy: same-origin
|
||||
Cross-Origin-Embedder-Policy: require-corp
|
Loading…
Reference in a new issue