File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ versions.forEach((version) => {
101101 `---\nlayout: "@layouts/BaseLayout.astro"\ngithubUrl: https://github.com/filamentphp/filament/edit/${ file . replace (
102102 'filament/' ,
103103 '' ,
104- ) } "`,
104+ ) . replace ( / \\ / g , "/" ) } "`,
105105 )
106106
107107 fs . writeFile (
@@ -241,7 +241,7 @@ versions.forEach((version) => {
241241 `---\nlayout: "@layouts/BaseLayout.astro"\ngithubUrl: "https://github.com/filamentphp/filament/edit/${ file . replace (
242242 'filament/' ,
243243 '' ,
244- ) } "`,
244+ ) . replace ( / \\ / g , "/" ) } "`,
245245 )
246246
247247 fs . writeFile (
@@ -382,7 +382,7 @@ versions.forEach((version) => {
382382 `---\nlayout: "@layouts/BaseLayout.astro"\ngithubUrl: "https://github.com/filamentphp/filament/edit/${ file . replace (
383383 'filament/' ,
384384 '' ,
385- ) } "`,
385+ ) . replace ( / \\ / g , "/" ) } "`,
386386 )
387387
388388 fs . writeFile (
You can’t perform that action at this time.
0 commit comments