Skip to content

Commit 6d825e2

Browse files
Merge pull request #75 from TheDragonCode/andrey-helldar-patch-1
Changed max width content to 1280px
2 parents f59589b + d84ff57 commit 6d825e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/cfg/buildprofiles.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<web-root>https://feeds.dragon-code.pro</web-root>
1717
<enable-contribution>true</enable-contribution>
1818
<code-soft-wrap>true</code-soft-wrap>
19+
<content-max-width>1280</content-max-width>
1920
<contribute-url>
2021
https://github.com/TheDragonCode/laravel-feeds/edit/main/docs/
2122
</contribute-url>
@@ -30,7 +31,9 @@
3031
<variables>
3132
<noindex-content>false</noindex-content>
3233
<product-web-url>https://feeds.dragon-code.pro/</product-web-url>
33-
<og-image>https://raw.githubusercontent.com/TheDragonCode/laravel-feeds/main/docs/images/social-logo.png</og-image>
34+
<og-image>
35+
https://raw.githubusercontent.com/TheDragonCode/laravel-feeds/main/docs/images/social-logo.png
36+
</og-image>
3437
</variables>
3538
</build-profile>
3639
<sitemap priority="0.5" change-frequency="weekly" />

0 commit comments

Comments
 (0)