mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-23 00:15:02 +01:00
Improve design + fix design + add redirections
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export default {
|
||||
preference: 'system',
|
||||
fallback: 'dark',
|
||||
fallback: 'light',
|
||||
classPrefix: '',
|
||||
classSuffix: '',
|
||||
}
|
||||
|
||||
8
config/Redirect.ts
Normal file
8
config/Redirect.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export default [
|
||||
{ from: '/source', to: 'https://github.com/arthurdanjou/artsite' },
|
||||
{ from: '/twitter', to: 'https://twitter.com/arthurdanj' },
|
||||
{ from: '/github', to: 'https://github.com/arthurdanjou/' },
|
||||
{ from: '/shelf', to: '/blog' },
|
||||
{ from: '/posts', to: '/blog' },
|
||||
{ from: '/resume', to: '/cv' },
|
||||
]
|
||||
@@ -6,5 +6,6 @@ import Translation from './Translation'
|
||||
import Content from './Content'
|
||||
import Robots from './Robots'
|
||||
import SiteMap from "./SiteMap";
|
||||
import Redirect from "./Redirect";
|
||||
|
||||
export { Axios, Head, ColorMode, Tailwind, Translation, Content, Robots, SiteMap }
|
||||
export { Axios, Head, ColorMode, Tailwind, Translation, Content, Robots, SiteMap, Redirect }
|
||||
|
||||
Reference in New Issue
Block a user