Skip to content

Instantly share code, notes, and snippets.

@katzueno
Created May 14, 2021 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katzueno/f3014f3d91bc491aadf4a38742406853 to your computer and use it in GitHub Desktop.
Save katzueno/f3014f3d91bc491aadf4a38742406853 to your computer and use it in GitHub Desktop.
concrete5 の sitemap.xml を別のファイル名で保存する方法
<?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