Skip to content

Commit

Permalink
Merge pull request #876 from plone/rtd-pr-test-2
Browse files Browse the repository at this point in the history
We r bad spelrz
  • Loading branch information
stevepiercy authored Nov 18, 2024
2 parents 4031b4d + f8baaa5 commit 78776f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rtd-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "plonetraining"
project-slug: "plone.training"
single-version: "true"
2 changes: 1 addition & 1 deletion docs/effective-volto/architecture/CORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ However, the recommendation is that you forget that CORS exists and "play well"
These scenarios are:

- Our frontend and backend are in the same domain (thus, avoiding the cross-domain issue), or
- Using the internal proxy provided by Volto's NodeJS SSR server
- Using the internal proxy provided by Volto's Node.js SSR server

During development, the last one is the one you are going to use.
The default backend will live in `http://localhost:8080/Plone` and the frontend in `http://localhost:3000`. If your Plone site is not named `Plone` (so its url is something like `http://localhost:8080/mysite`, you can still use Seamless mode by creating a file called `.env.development` in the Volto project root with something like this:
Expand Down

0 comments on commit 78776f9

Please sign in to comment.