Skip to content

Commit 89bf608

Browse files
committed
fix: allow indexing fr fr
1 parent 0b294e0 commit 89bf608

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Writerside/cfg/buildprofiles.xml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<!-- SEO -->
3434
<generate-canonicals>true</generate-canonicals>
3535
<og-twitter>https://twitter.com/elide_dev</og-twitter>
36+
<noindex-content>false</noindex-content>
3637
<!-- <og-image></og-image> -->
3738

3839
<!-- HTML Snippets -->
@@ -56,12 +57,6 @@
5657

5758
<sitemap priority="0.35" change-frequency="monthly"/>
5859

59-
<build-profile instance="e">
60-
<variables>
61-
<offline-docs>true</offline-docs>
62-
</variables>
63-
</build-profile>
64-
6560
<icons>
6661
<shared-src>icons</shared-src>
6762
</icons>
@@ -72,4 +67,13 @@
7267
<link href="https://elide.dev">Website</link>
7368
<link href="https://github.com/elide-dev">%product% on GitHub</link>
7469
</footer>
70+
71+
<!-- Instance: Elide Docs -->
72+
73+
<build-profile instance="e">
74+
<variables>
75+
<offline-docs>true</offline-docs>
76+
<noindex-content>false</noindex-content>
77+
</variables>
78+
</build-profile>
7579
</buildprofiles>

0 commit comments

Comments
 (0)