Skip to content

Commit d6bf784

Browse files
committed
Fix up aliases.
1 parent 2631e28 commit d6bf784

File tree

47 files changed

+2124
-2336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2124
-2336
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ ddev frontend
4646
Static tests run easily in the container.
4747

4848
```
49-
ddev static # PHPStan and PHPCS.
50-
ddev cypress # Currently hangs locally, working in Github Actions.
49+
ddev test-static # PHPStan and PHPCS.
50+
ddev test-cypress # Currently hangs locally, working in Github Actions.
5151
```
5252

5353
Note that for Cypress E2E testing, the `ddev cypress` command works for us on

_db_main.sql.gz

-12.4 KB
Binary file not shown.

config/sync/core.extension.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ module:
5555
tome_base: 0
5656
tome_static: 0
5757
toolbar: 0
58+
twig_tweak: 0
5859
update: 0
5960
upgrade_status: 0
6061
user: 0

config/sync/system.site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ slogan: 'Free as in …'
88
page:
99
403: ''
1010
404: ''
11-
front: /node/6
11+
front: /node/14
1212
admin_compact_mode: false
1313
weight_select_max: 100
1414
default_langcode: en

static-site/articles/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<meta http-equiv="refresh" content="0;url='http://fs-web-static-site.ddev.site:8080/from-the-pen'" />
5+
<meta http-equiv="refresh" content="0;url='http://fs-web-static-site.ddev.site:8080/ce/content'" />
66

7-
<title>Redirecting to http://fs-web-static-site.ddev.site:8080/from-the-pen</title>
7+
<title>Redirecting to http://fs-web-static-site.ddev.site:8080/ce/content</title>
88
</head>
99
<body>
10-
Redirecting to <a href="http://fs-web-static-site.ddev.site:8080/from-the-pen">http://fs-web-static-site.ddev.site:8080/from-the-pen</a>.
10+
Redirecting to <a href="http://fs-web-static-site.ddev.site:8080/ce/content">http://fs-web-static-site.ddev.site:8080/ce/content</a>.
1111
</body>
1212
</html>

static-site/ce/about/index.html

Lines changed: 0 additions & 219 deletions
This file was deleted.

static-site/ce/buyict-dmp2/index.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)