mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
use .config.js for configuration files, close #301
This commit is contained in:
@@ -4,7 +4,7 @@ import { useRouter } from 'next/router'
|
||||
import { useState } from 'react'
|
||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
||||
|
||||
import siteConfig from '../../config/site.json'
|
||||
import siteConfig from '../../config/site.config'
|
||||
import Navbar from '../../components/Navbar'
|
||||
import Footer from '../../components/Footer'
|
||||
import { LoadingIcon } from '../../components/Loading'
|
||||
|
||||
Reference in New Issue
Block a user