0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
This commit is contained in:
Alan Alickovic 2024-02-05 14:02:50 +01:00 committed by GitHub
parent 91197be618
commit 5eb0597437
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1530,7 +1530,7 @@ export interface AstroUserConfig {
* @version 3.7.0
* @description
*
* - `"pathanme": The strategy is applied to the pathname of the URLs
* - `"pathname": The strategy is applied to the pathname of the URLs
*/
strategy: 'pathname';