Skip to content

Commit

Permalink
chore: allow web indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthalles committed May 18, 2024
1 parent 20d6fcd commit be212d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Writerside/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
<algolia-api-key>b315dd81ad99d5a42d110b2b9252877f</algolia-api-key>
<web-root>https://memospot.github.io/</web-root>
</variables>
<build-profile instance="md"/>
<build-profile instance="md">
<variables>
<noindex-content>false</noindex-content>
</variables>
</build-profile>
</buildprofiles>

0 comments on commit be212d9

Please sign in to comment.