Pārlūkot izejas kodu

Fix site preview text

Andrea Franceschini 2 gadi atpakaļ
vecāks
revīzija
187e7c3f21
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      nuxt.config.ts

+ 1 - 1
nuxt.config.ts

@@ -1,6 +1,6 @@
 import { defineNuxtConfig } from 'nuxt';
 
-const description = 'I am a Research Associate at the University of Cambridge, but I also do other things.';
+const description = 'I am a MSCA Research Fellow at the University of Padova working on educational videogames, but I also do other things.';
 
 // https://v3.nuxtjs.org/api/configuration/nuxt.config
 export default defineNuxtConfig({