diff --git a/docs/intro.md b/docs/intro.md
index 0c6e89e..238d62a 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -13,7 +13,7 @@ import styles from './intro.module.css';
-
🤖 Benvenuto nel Portale Automazione
+
🤖 Benvenuto nel Portale Automazione DFFM.it
Scopri la documentazione tecnica per tre delle principali piattaforme di automazione:
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 98bf8c9..9c4f514 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -15,10 +15,8 @@ const config: Config = {
},
// Set the production url of your site here
- url: "https://docs.gitlab.tecnopackspa.it/",
- // Set the // pathname under which your site is served
- // For GitHub pages deployment, it is often '//'
- baseUrl: "/",
+ url: 'https://docs.dffm.it',
+ baseUrl: '/',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
@@ -45,7 +43,7 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
- "https://gitlab.tecnopackspa.it/tp-docs/tp-docs/-/edit/master/",
+ "https://gitlab.dffm.it/giuseppe/docs/-/edit/main/",
},
blog: {
showReadingTime: true,
@@ -56,7 +54,7 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
- 'https://gitlab.tecnopackspa.it/tp-docs/tp-docs/-/edit/master/',
+ "https://gitlab.dffm.it/giuseppe/docs/-/edit/main/",
// Useful options to enforce blogging best practices
onInlineTags: 'warn',
onInlineAuthors: 'warn',
@@ -126,7 +124,7 @@ const config: Config = {
position: "left",
label: "Documentazione",
}, //,
- {to: '/blog', label: 'Blog', position: 'left'},
+ { to: '/blog', label: 'Blog', position: 'left' },
/*{
href: 'https://github.com/facebook/docusaurus',
label: 'GitHub',
diff --git a/tsconfig.json b/tsconfig.json
index 920d7a6..ec74360 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -4,5 +4,8 @@
"compilerOptions": {
"baseUrl": "."
},
- "exclude": [".docusaurus", "build"]
-}
+ "exclude": [
+ ".docusaurus",
+ "build"
+ ]
+}
\ No newline at end of file