Skip to content

Commit

Permalink
Fix up aliases.
Browse files Browse the repository at this point in the history
  • Loading branch information
simesy committed Nov 21, 2024
1 parent 2631e28 commit d6bf784
Show file tree
Hide file tree
Showing 47 changed files with 2,124 additions and 2,336 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ ddev frontend
Static tests run easily in the container.

```
ddev static # PHPStan and PHPCS.
ddev cypress # Currently hangs locally, working in Github Actions.
ddev test-static # PHPStan and PHPCS.
ddev test-cypress # Currently hangs locally, working in Github Actions.
```

Note that for Cypress E2E testing, the `ddev cypress` command works for us on
Expand Down
Binary file modified _db_main.sql.gz
Binary file not shown.
1 change: 1 addition & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ module:
tome_base: 0
tome_static: 0
toolbar: 0
twig_tweak: 0
update: 0
upgrade_status: 0
user: 0
Expand Down
2 changes: 1 addition & 1 deletion config/sync/system.site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slogan: 'Free as in …'
page:
403: ''
404: ''
front: /node/6
front: /node/14
admin_compact_mode: false
weight_select_max: 100
default_langcode: en
Expand Down
6 changes: 3 additions & 3 deletions static-site/articles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0;url='http://fs-web-static-site.ddev.site:8080/from-the-pen'" />
<meta http-equiv="refresh" content="0;url='http://fs-web-static-site.ddev.site:8080/ce/content'" />

<title>Redirecting to http://fs-web-static-site.ddev.site:8080/from-the-pen</title>
<title>Redirecting to http://fs-web-static-site.ddev.site:8080/ce/content</title>
</head>
<body>
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>.
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>.
</body>
</html>
219 changes: 0 additions & 219 deletions static-site/ce/about/index.html

This file was deleted.

10 changes: 0 additions & 10 deletions static-site/ce/buyict-dmp2/index.html

This file was deleted.

Loading

0 comments on commit d6bf784

Please sign in to comment.