mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-07 13:15:17 +02:00
🔧 chore(app): add route
Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
@@ -19,16 +19,17 @@ export default defineNuxtConfig({
|
|||||||
* TODO: Migrate apple-touch-icon config to manifest.json
|
* TODO: Migrate apple-touch-icon config to manifest.json
|
||||||
*/
|
*/
|
||||||
app: {
|
app: {
|
||||||
|
baseURL: '/',
|
||||||
head: {
|
head: {
|
||||||
title: siteTitle, // App window nav title
|
title: siteTitle, // App window nav title
|
||||||
meta: [
|
meta: [
|
||||||
{ charset: 'utf-8' },
|
{ charset: 'utf-8' },
|
||||||
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
||||||
{ hid: 'description', name: 'description', content: 'A awesome developer portfolio design.' },
|
{ hid: 'description', name: 'description', content: 'Snigdha OS on the web.' },
|
||||||
{ hid: 'og:title', property: 'og:title', content: siteTitle },
|
{ hid: 'og:title', property: 'og:title', content: siteTitle },
|
||||||
{ hid: 'og:description', property: 'og:description', content: 'A awesome developer portfolio design.' },
|
{ hid: 'og:description', property: 'og:description', content: 'Snigdha OS on the web.' },
|
||||||
{ hid: 'og:image', property: 'og:image', content: 'demo-share.jpg' },
|
{ hid: 'og:image', property: 'og:image', content: 'snigdhaos-view.png' },
|
||||||
{ hid: 'og:url', property: 'og:url', content: 'https://developer-portfolio-v1.netlify.app/' },
|
{ hid: 'og:url', property: 'og:url', content: 'https://snigdhaos.org/' },
|
||||||
{ name: 'theme-color', content: '#010C15' },
|
{ name: 'theme-color', content: '#010C15' },
|
||||||
// ...
|
// ...
|
||||||
],
|
],
|
||||||
@@ -39,6 +40,10 @@ export default defineNuxtConfig({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// router: {
|
||||||
|
// base: '/',
|
||||||
|
// },
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* * Nuxt 3 Modules
|
* * Nuxt 3 Modules
|
||||||
* Official modules: https://nuxt.com/modules
|
* Official modules: https://nuxt.com/modules
|
||||||
|
Reference in New Issue
Block a user