Skip to content

Commit

Permalink
updating conf
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Jan 18, 2024
1 parent c4d6c75 commit a80ae2b
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default defineNuxtConfig({
devtools: { enabled: false },
modules: ["@nuxtjs/tailwindcss"],
css: ["@fortawesome/fontawesome-svg-core/styles.css", "@/assets/styles.css"],
ssr: true,
build: {
transpile: [
"@fortawesome/vue-fontawesome",
Expand All @@ -20,9 +21,14 @@ export default defineNuxtConfig({
},
meta: [
{
name: "description",
name: "title",
content: "Describo: JSON-LD tools, software and services to manage RO-Crates.",
},
{
name: "description",
content:
"Describo is an ecosystem of tools, software components and services to create and manage linked open data in the form of Research Object Crates.",
},
{
name: "author",
content: "Dr Marco La Rosa (https://marcolarosa.github.io/)",
Expand All @@ -44,14 +50,4 @@ export default defineNuxtConfig({
outDir: "docs",
},
},
site: {
url: "https://describo.github.io",
name: "Describo: JSON-LD tools, software and services to manage RO-Crates.",
description:
"Describo is an ecosystem of tools, software components and services to create and manage linked open data in the form of Research Object Crates.",
defaultLocale: "en", // not needed if you have @nuxtjs/i18n installed
},
schemaOrg: {
enabled: true,
},
});

0 comments on commit a80ae2b

Please sign in to comment.