move components to root, remove analytics and speed insights, cleanup on manifesto, update music link text and tilde icon on header, minor home page improvements/tweaks
This commit is contained in:
parent
1909a6d9fe
commit
1253a7e0a1
29 changed files with 65 additions and 59 deletions
|
@ -1,7 +1,7 @@
|
|||
import Header from '../components/Header'
|
||||
import MusicWidget from '../components/widgets/Music'
|
||||
import MusicInfo from '../components/objects/MusicInfo'
|
||||
import Footer from '../components/Footer'
|
||||
import Header from '@/components/Header'
|
||||
import MusicWidget from '@/components/widgets/Music'
|
||||
import MusicInfo from '@/components/objects/MusicInfo'
|
||||
import Footer from '@/components/Footer'
|
||||
|
||||
export default function Music() {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue