You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/about/page.tsx
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,11 @@ import { Content } from '@/lib/types/Content';
4
4
importReact,{use}from'react';
5
5
6
6
exportconstmetadata={
7
-
title: 'Aaron Static - About'
7
+
title: 'Aaron Static - About',
8
+
description: 'About Aaron Static — Australian music artist and app developer. Biography, background, and influences behind his Ambient, Liquid Drum & Bass, Organic House, and Future Garage productions.',
9
+
alternates: {
10
+
canonical: '/about',
11
+
},
8
12
}
9
13
10
14
exportdefaultfunctionAbout(){
@@ -14,6 +18,7 @@ export default function About() {
"description": "Australian-based music artist and app developer producing Ambient, Liquid Drum & Bass, Organic House, Future Garage, and code to help people write music.",
0 commit comments