Rename project

This commit is contained in:
2021-08-05 15:59:14 +02:00
parent 9fad3a5fd8
commit d3ec05a130
15 changed files with 84 additions and 51 deletions

View File

@@ -48,7 +48,7 @@ const content = {
const storage = {
cookie: {
prefix: 'artsite/',
prefix: 'arthurdanjou.fr/',
options: {
path: '/'
}
@@ -70,7 +70,7 @@ const robots = {
}
const redirect = [
{ from: '/source', to: 'https://github.com/arthurdanjou/artsite' },
{ from: '/source', to: 'https://github.com/arthurdanjou/ares' },
{ from: '/twitter', to: 'https://twitter.com/arthurdanj' },
{ from: '/github', to: 'https://github.com/arthurdanjou/' },
{ from: '/shelf', to: '/blog' },