mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-02-16 02:30:58 +00:00
to akmalov.com
This commit is contained in:
@@ -9,7 +9,7 @@ const config = {
|
||||
title: 'Artur Akmalov',
|
||||
tagline: 'Personal Blog',
|
||||
favicon: 'img/favicon.ico',
|
||||
url: 'https://test.akmalov.com',
|
||||
url: 'https://akmalov.com',
|
||||
baseUrl: '/',
|
||||
organizationName: 'akmalovaa',
|
||||
projectName: 'akmalov.com',
|
||||
|
||||
@@ -33,7 +33,7 @@ export default function Home(): JSX.Element {
|
||||
return (
|
||||
<Layout
|
||||
title={`Personal Blog ${siteConfig.title}`}
|
||||
description="Description will go into a meta tag in <head />">
|
||||
description="Акмалов Артур - личный блог для записей по темам Devops, Python, Linux, Homelab, k8s">
|
||||
{/* <HomepageHeader /> */}
|
||||
<HomeHeader />
|
||||
{/* <main> */}
|
||||
|
||||
@@ -1 +1 @@
|
||||
test.akmalov.com
|
||||
akmalov.com
|
||||
Reference in New Issue
Block a user