We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0e402 commit dc92e86Copy full SHA for dc92e86
pages/about/index.tsx
@@ -1,3 +1,4 @@
1
+// About
2
import BasicPage from "../../components/BasicPage"
3
import Head from "next/head"
4
import Hero from "../../components/Hero"
@@ -545,3 +546,4 @@ const Metrics = () => {
545
546
export const getStaticProps = withDefaultStaticProps()
547
548
export default About
549
+
0 commit comments