๐Ÿ“ฆ deining / astro-test

Basic astro site

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/deining/astro-test.git
HTTPS git clone https://github.com/deining/astro-test.git
SSH git clone git@github.com:deining/astro-test.git
CLI gh repo clone deining/astro-test
Andreas Deininger Andreas Deininger Initial commit 3041ba9 15 days ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .vscode
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ astro.config.mjs
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig.json
๐Ÿ“„ README.md

False broken links: Astro Test repo

How to reproduce

Clone this repo and enter cloned repo:

git clone https://github.com/deining/astro-test.git
cd astro-test/

Install dependencies:

npm i

Build site:

npm run astro build

Broken links are reported erroneously:

21:38:44 [astro-broken-links-checker] Checking 2 html pages for broken links
21:38:44 [astro-broken-links-checker] Broken links have been logged to broken-links.log
21:38:44 [astro-broken-links-checker] Broken link: /docs/second
  Found in:
    - /index
Broken link: /docs/
  Found in:
    - /second/

Preview the site:

npm run astro dev

You will see that these links work perfectly fine.