mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-24 00:40:32 +01:00
Fix footer + Add Posts preview + fix header + about + blog + index page
This commit is contained in:
6
config/ColorMode.ts
Normal file
6
config/ColorMode.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
preference: 'system',
|
||||
fallback: 'dark',
|
||||
classPrefix: '',
|
||||
classSuffix: '-mode',
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
import Axios from './Axios'
|
||||
import Head from './Head'
|
||||
import ColorMode from './ColorMode'
|
||||
|
||||
export { Axios, Head }
|
||||
export { Axios, Head, ColorMode }
|
||||
|
||||
Reference in New Issue
Block a user