mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 09:16:46 +00:00
8 lines
150 B
TypeScript
Executable File
8 lines
150 B
TypeScript
Executable File
import { NuxtOptionsLoading } from '@nuxt/types/config/loading'
|
|
|
|
const Loading: NuxtOptionsLoading = {
|
|
color: '#f3f4f6'
|
|
}
|
|
|
|
export default Loading
|