Skip to content

Commit ea71ec4

Browse files
sarah-nicsofietoft
andauthored
Update 15/umbraco-cms/tutorials/creating-a-custom-dashboard/README.md
Co-authored-by: sofietoft <[email protected]>
1 parent dec55f0 commit ea71ec4

File tree

1 file changed

+1
-1
lines changed
  • 15/umbraco-cms/tutorials/creating-a-custom-dashboard

1 file changed

+1
-1
lines changed

15/umbraco-cms/tutorials/creating-a-custom-dashboard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ declare global {
140140
```
141141
{% endcode %}
142142

143-
3. In the `vite.config.ts` file update the `entry` to point to our newly created `.ts` file, and also ensure that the `outDir' and 'base' attributes are pointing to the welcome-dashboard folder:
143+
3. In the `vite.config.ts` file update the `entry` to point to our newly created `.ts` file, and also ensure that the `outDir` and `base` attributes are pointing to the `welcome-dashboard` folder:
144144

145145
```typescript
146146
import { defineConfig } from "vite";

0 commit comments

Comments
 (0)