File tree Expand file tree Collapse file tree 1 file changed +18
-21
lines changed Expand file tree Collapse file tree 1 file changed +18
-21
lines changed Original file line number Diff line number Diff line change 11import React from "react" ;
2- // import { Article } from "../components/common";
3- // import config from "../utils/siteConfig";
4- // import Seo from "../components/Seo";
5- // import SdGymContent from "../components/sd-gym/SdGymContent";
6- import NotFoundPage from "./404" ;
2+ import { Article } from "../components/common" ;
3+ import config from "../utils/siteConfig" ;
4+ import Seo from "../components/Seo" ;
5+ import SdGymContent from "../components/sd-gym/SdGymContent" ;
76
87export default function SdGymPage ( ) {
9- return < NotFoundPage /> ;
8+ return (
9+ < Article isDark = { false } >
10+ < Seo
11+ title = { config . siteTitleMeta }
12+ description = { config . siteDescriptionMeta }
13+ type = "website"
14+ image = { `/sdv-home.jpg` }
15+ canonical = { `https://sdv.dev/` }
16+ />
1017
11- // return (
12- // <Article>
13- // <Seo
14- // title={config.siteTitleMeta}
15- // description={config.siteDescriptionMeta}
16- // type="website"
17- // image={`/sdv-home.jpg`}
18- // canonical={`https://sdv.dev/`}
19- // />
20-
21- // <div className="mx-auto">
22- // <SdGymContent />
23- // </div>
24- // </Article>
25- // );
18+ < div className = "mx-auto" >
19+ < SdGymContent />
20+ </ div >
21+ </ Article >
22+ ) ;
2623}
You can’t perform that action at this time.
0 commit comments