Created
May 14, 2021 12:25
-
-
Save katzueno/f3014f3d91bc491aadf4a38742406853 to your computer and use it in GitHub Desktop.
concrete5 の sitemap.xml を別のファイル名で保存する方法
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// appliction/config/concrete.php | |
return [ | |
'sitemap_xml' => [ | |
'file' => 'sitemap2.xml', | |
], | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment