Skip to content

Commit

Permalink
Release v1.0.3 - Report 404 Events
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Feb 25, 2023
1 parent d043440 commit fd726d0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
# Change Log

## [1.0.2] 2023-02-15
## [1.0.3] 2023-02-25
### Changes

- `404 Events` Reporting
- via `Email.JS` (no backend required)

## [1.0.2] 2023-02-25
### Changes

- Update DOCS (readme)
- Added [Migrate from GitBook to Docusaurus](https://docs.appseed.us/gitbook-to-docusaurus-migration/) - `step-by-step` guide

## [1.0.1] 2023-02-15
## [1.0.1] 2023-02-25
### Changes

- `Update Footer` (minor)
- Update DOCS (readme)

## [1.0.0] 2023-02-15
## [1.0.0] 2023-02-25
### Changes

- ✅ STABLE_version
Expand Down
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Open-Source Docusaurus Starter styled with [Soft UI Design](https://bit.ly/soft-
- ✅ Modern UI: **[Soft UI Design](https://bit.ly/soft-design-system)**, `Dark-Mode`
-`Versioned Content`
-`MIT License`, Free **Support**
- ℹ️ `SSR` (coming soon)
- ℹ️ `404 Events Reporting` EmailJS (coming soon)
-`404 Events Reporting` EmailJS (coming soon)

<br />

Expand Down Expand Up @@ -104,6 +103,25 @@ Not using SSH:

<br />

### `404 Events` Reporting via [Email.JS](https://www.emailjs.com/)

This feature might be useful when we need to log the these events in order to add the missing pages or the corespondent `301` redirects.

```bash
$ cp env.sample .env
$ vi .env
```

Edit email credentials:

```env
EMAILJS_SERVER_ID=REAL_VALUE_HERE
EMAILJS_TEMPLATE_ID=REAL_VALUE_HERE
EMAILJS_PUBLIC_KEY=REAL_VALUE_HERE
```

<br />

## Links & Resources

- 👉 Contact `AppSeed` using the [support](https://appseed.us/support/) page
Expand Down

0 comments on commit fd726d0

Please sign in to comment.