diff options
author | Nicolas Paul <n@nc0.fr> | 2023-04-25 11:49:48 +0200 |
---|---|---|
committer | Nicolas Paul <n@nc0.fr> | 2023-04-25 11:49:48 +0200 |
commit | 8c2948e788cb7ec8499cff3b926e091a1d36c964 (patch) | |
tree | 984f9858c3519280354f18ead244d58dfdf989a3 | |
parent | c5d4eab7ca8e01c404149309d545f088ed574b74 (diff) |
Change domain name
-rw-r--r-- | .DS_Store | bin | 6148 -> 6148 bytes | |||
-rw-r--r-- | doc/404.html | 2 | ||||
-rw-r--r-- | doc/index.html | 6 | ||||
-rw-r--r-- | go.mod | 2 |
4 files changed, 5 insertions, 5 deletions
Binary files differ diff --git a/doc/404.html b/doc/404.html index 5443375..d4e6678 100644 --- a/doc/404.html +++ b/doc/404.html @@ -18,7 +18,7 @@ <meta name="robots" content="all" /> <link rel="sitemap" href="/sitemap.xml" /> <meta property="og:site_name" content="Nicolas Paul" /> - <link rel="stylesheet" href="https://fashion-pepper.nicolaspl.com/css/fashion-pepper.css"> + <link rel="stylesheet" href="https://fashion-pepper.nc0.fr/css/fashion-pepper.css"> <link rel="stylesheet" href="css/style.css"> </head> diff --git a/doc/index.html b/doc/index.html index ed7f122..1af5515 100644 --- a/doc/index.html +++ b/doc/index.html @@ -24,12 +24,12 @@ <meta name="twitter:description" content="A generation system with time-sortable keys." /> <meta property="og:title" content="Clawflake" /> <meta property="og:type" content="website" /> - <meta property="og:url" content="https://staticgovanityurls.nicolaspl.com/" /> + <meta property="og:url" content="https://clawflake.nc0.fr/" /> <meta property="og:description" content="A generation system with time-sortable keys." /> <meta property="og:determiner" content="" /> <meta property="og:locale" content="en" /> <meta property="og:site_name" content="Nicolas Paul" /> - <link rel="stylesheet" href="https://fashion-pepper.nicolaspl.com/css/fashion-pepper.css"> + <link rel="stylesheet" href="https://fashion-pepper.nc0.fr/css/fashion-pepper.css"> <link rel="stylesheet" href="css/prism.css"> <link rel="stylesheet" href="css/style.css"> <script src="js/prism.js"></script> @@ -184,7 +184,7 @@ <ul> <li><a href="/">Website</a></li> <li><a href="https://github.com/n1c00o/clawflake" target="_blank">Source</a></li> - <li><a href="https://nicolaspl.com" target="_blank">Nicolas Paul</a></li> + <li><a href="https://nc0.fr" target="_blank">Nicolas Paul</a></li> </ul> <p>© 2023</p> @@ -1,4 +1,4 @@ -module go.nicolaspl.com/clawflake +module go.nc0.fr/clawflake go 1.19 |