Skip to content

Commit ff7cebd

Browse files
Fix link to Vite setup documentation (#1837)
Co-authored-by: Duncan McClean <duncan@doublethree.digital>
1 parent 1456bec commit ff7cebd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/collections/pages/build-a-fieldtype.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resources/
2626
Uppercase.vue
2727
```
2828

29-
If you haven't already [set up Vite](https://statamic.dev.test/control-panel/css-javascript) for the Control Panel, the command will do it for you.
29+
If you haven't already [set up Vite](/control-panel/css-javascript) for the Control Panel, the command will do it for you.
3030

3131
## Registering
3232

@@ -431,4 +431,4 @@ Fieldtype::appendConfigField('group', [
431431
'type' => 'text',
432432
'display' => 'A new group',
433433
]);
434-
```
434+
```

0 commit comments

Comments
 (0)