Add support for new config.yaml
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
---
|
||||
import { SITE } from '~/config.mjs';
|
||||
import { SITE_CONFIG } from '~/utils/config';
|
||||
---
|
||||
|
||||
<span class="self-center ml-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white">
|
||||
🚀 {SITE?.name}
|
||||
🚀 {SITE_CONFIG?.name}
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user