Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid URL: /undefined #5

Closed
josecelano opened this issue Sep 23, 2024 · 0 comments · Fixed by #68
Closed

Invalid URL: /undefined #5

josecelano opened this issue Sep 23, 2024 · 0 comments · Fixed by #68
Assignees
Milestone

Comments

@josecelano
Copy link
Member

When you run the site npm run dev and you load the homepage:

SvelteKitError: Not found: /undefined
    at resolve (/home/josecelano/Documents/git/committer/me/github/torrust/torrust-website-v2/node_modules/@sveltejs/kit/src/runtime/server/respond.js:525:13)
    at resolve (/home/josecelano/Documents/git/committer/me/github/torrust/torrust-website-v2/node_modules/@sveltejs/kit/src/runtime/server/respond.js:325:5)
    at #options.hooks.handle (/home/josecelano/Documents/git/committer/me/github/torrust/torrust-website-v2/node_modules/@sveltejs/kit/src/runtime/server/index.js:71:56)
    at Module.respond (/home/josecelano/Documents/git/committer/me/github/torrust/torrust-website-v2/node_modules/@sveltejs/kit/src/runtime/server/respond.js:322:40)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  status: 404,
  text: 'Not Found'
josecelano added a commit that referenced this issue Sep 23, 2024
e62359d fix npm run dev error and separate blog and home routes (Graeme Byrne)

Pull request description:

  * Fix `npm run dev error` as described [here](#5) by removing images and replacing them with CSS gradients as outlined in the designer's Figma design.
  * Separate `(home)` and `blog` into separate routes to make clear where each goes. Also change individual blog posts routes' name from `(blog)` to `(article)` to avoid confusion with `blog` route.

ACKs for top commit:
  josecelano:
    ACK e62359d

Tree-SHA512: 27cd0243a85084eacbcb865fab0656a422fd0e4de7397931a40021ec70a0a4cbf10b5d42b919948c689ccf00f7a0ebf7eb20d1c6b87f4064aec8dc3564aca4a6
@josecelano josecelano added this to the v3.0.0 milestone Oct 1, 2024
@grmbyrn grmbyrn mentioned this issue Oct 2, 2024
@josecelano josecelano linked a pull request Oct 3, 2024 that will close this issue
josecelano added a commit that referenced this issue Oct 3, 2024
36e1da4 fix favicon issue (Graeme Byrne)
1ce0e97 fix issues (Graeme Byrne)

Pull request description:

  [Invalid URL: /undefined #5](#5)
  [Missing elements in the new design for blog posts #10](#10)
  [Remove # prefix from table of contents items #33](#33)
  [Missing paragraph separator in About page #34](#34)
  [Ask designer how to implement different types of callouts components #35](#35)
  [Blog post card size is not the same as in the design (full width) #39](#39)
  [Ask the designer how to implement a link inside a key feature card #42](#42)
  [Ask the designer how body content should look for wide screens #46](#46)
  [Homepage hero element is not like the design #51](#51)
  [Blog post footer navigation doesn't change the main image #53](#53)
  [Enable second level of indentation in TableOfContents section #58](#58)
  [Update the favicons #61](#61)
  [First card in key features is not shown #62](#62)

ACKs for top commit:
  josecelano:
    ACK 36e1da4

Tree-SHA512: 3a3665dcbb1a67b34f11ebef3ad7c801203a126219634eeb524c1739268678f3ca17d185e593e4a8e45b958e20d257e5bacb47967a616785c7d72d96cdb41609
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants