Browse Source

Fix site preview text

Andrea Franceschini 2 years ago
parent
commit
187e7c3f21
1 changed files with 1 additions and 1 deletions
  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({