mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
fix typo (#9964)
This commit is contained in:
parent
91197be618
commit
5eb0597437
1 changed files with 1 additions and 1 deletions
|
@ -1530,7 +1530,7 @@ export interface AstroUserConfig {
|
||||||
* @version 3.7.0
|
* @version 3.7.0
|
||||||
* @description
|
* @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';
|
strategy: 'pathname';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue