File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ import featureImage from "../../assets/features/build-insights.png";
3636 <Feature
3737 data ={ {
3838 name: " Keep track of Xcode Build Durations" ,
39+ showOnHomepage: false ,
3940 asset: {
4041 type: " image" ,
4142 path: featureImage ,
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ import subscriptionSettingsImage from "../../assets/features/subscription-settin
4141 <Feature
4242 data ={ {
4343 name: " Online Team Manager" ,
44+ showOnHomepage: false ,
4445 tagLine: " Browse insights and manage seats" ,
4546 youtubeLink: " https://www.youtube.com/watch?v=1Ie_ia8hZPI" ,
4647 asset: {
@@ -63,6 +64,7 @@ import subscriptionSettingsImage from "../../assets/features/subscription-settin
6364 <Feature
6465 data ={ {
6566 name: " User & seat management" ,
67+ showOnHomepage: false ,
6668 asset: {
6769 type: " image" ,
6870 path: userSettingsImage ,
@@ -82,6 +84,7 @@ import subscriptionSettingsImage from "../../assets/features/subscription-settin
8284 <Feature
8385 data ={ {
8486 name: " License management" ,
87+ showOnHomepage: false ,
8588 asset: {
8689 type: " image" ,
8790 path: subscriptionSettingsImage ,
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ import FeatureImage from "../../assets/features/build-insights.png";
5555 <Feature
5656 data ={ {
5757 name: " Keep track of Xcode Build Durations" ,
58+ showOnHomepage: false ,
5859 asset: {
5960 type: " image" ,
6061 path: FeatureImage ,
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import config from "@/config/config.json";
55import Base from " @/layouts/Base.astro" ;
66import PageHeader from " @/partials/PageHeader.astro" ;
77import FeatureGrid from " @/partials/FeatureGrid.astro" ;
8- import FaqSection from " @/partials/FaqSection.astro" ;
98import CallToAction from " @/partials/CallToAction.astro" ;
109
1110const pageIndex = await getEntry (" features" , " -index" );
You can’t perform that action at this time.
0 commit comments