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) => {
101
101
`---\nlayout: "@layouts/BaseLayout.astro"\ngithubUrl: https://github.com/filamentphp/filament/edit/${ file . replace (
102
102
'filament/' ,
103
103
'' ,
104
- ) } "`,
104
+ ) . replace ( / \\ / g , "/" ) } "`,
105
105
)
106
106
107
107
fs . writeFile (
@@ -241,7 +241,7 @@ versions.forEach((version) => {
241
241
`---\nlayout: "@layouts/BaseLayout.astro"\ngithubUrl: "https://github.com/filamentphp/filament/edit/${ file . replace (
242
242
'filament/' ,
243
243
'' ,
244
- ) } "`,
244
+ ) . replace ( / \\ / g , "/" ) } "`,
245
245
)
246
246
247
247
fs . writeFile (
@@ -382,7 +382,7 @@ versions.forEach((version) => {
382
382
`---\nlayout: "@layouts/BaseLayout.astro"\ngithubUrl: "https://github.com/filamentphp/filament/edit/${ file . replace (
383
383
'filament/' ,
384
384
'' ,
385
- ) } "`,
385
+ ) . replace ( / \\ / g , "/" ) } "`,
386
386
)
387
387
388
388
fs . writeFile (
You can’t perform that action at this time.
0 commit comments