File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ composer create-project drupal/recommended-project umami
26263 . Add dependencies
2727
2828``` bash
29- composer require drupal/next drupal/jsonapi_menu_items drupal/jsonapi_views drupal/jsonapi_resources
29+ composer require drupal/next drupal/jsonapi_menu_items drupal/jsonapi_views drupal/jsonapi_resources cweagans/composer-patches
3030```
3131
32324 . Install Drupal. Make sure you select ** Demo: Umami Food Magazine (Experimental)** as the installation profile.
@@ -75,6 +75,8 @@ yarn dev
7575
76765 . Visit ` http://localhost:3000 ` to see the Next.js site.
7777
78+ <!--
79+
7880---
7981
8082## How to enable authentication
@@ -112,3 +114,5 @@ NEXT_IMAGE_DOMAIN=localhost
1121143. **Save configuration**
113115
114116You can now visit `http://localhost:3000/articles/new` to create a new article.
117+
118+ -->
Original file line number Diff line number Diff line change 22/// <reference types="next/image-types/global" />
33
44// NOTE: This file should not be edited
5- // see https://nextjs.org/docs/basic-features /typescript for more information.
5+ // see https://nextjs.org/docs/pages/building-your-application/configuring /typescript for more information.
You can’t perform that action at this time.
0 commit comments