Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ pnpm-lock.yaml
reference
.omc
src/env.d.ts
public/vendor
public/artifacts
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,20 +151,6 @@ static — no edge functions, no server routes — so any static host works.

---

## Replace placeholder URLs before launch

Every external link starts as `href="#"`. See
[`TODO_LINKS.md`](./TODO_LINKS.md) for the complete list of source locations.
After replacing them, run

```bash
grep -rn 'data-todo=' src/
```

to verify zero unresolved links remain.

---

## Contributing

See [`CONTRIBUTING.md`](./CONTRIBUTING.md). Commits follow
Expand Down
32 changes: 0 additions & 32 deletions TODO_LINKS.md

This file was deleted.

9 changes: 8 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ export default [
...tseslint.configs.recommended,
...eslintPluginAstro.configs.recommended,
{
ignores: ['dist/**', '.astro/**', 'node_modules/**', 'reference/**', 'src/env.d.ts'],
ignores: [
'dist/**',
'.astro/**',
'node_modules/**',
'reference/**',
'public/vendor/**',
'src/env.d.ts',
],
},
{
rules: {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lhci": "lhci autorun"
},
"dependencies": {
"@astrojs/sitemap": "3.2.1",
"@astrojs/sitemap": "3.7.3",
"@atheonxyz/verity": "0.3.2-alpha",
"@fontsource/geist-mono": "^5.1.0",
"@fontsource/outfit": "^5.1.0",
Expand All @@ -27,12 +27,12 @@
"@noir-lang/noirc_abi": "1.0.0-beta.19",
"@noir-lang/types": "1.0.0-beta.19",
"@tailwindcss/vite": "^4.0.0",
"astro": "^4.16.0",
"astro": "^6.4.6",
"pako": "2.1.0",
"tailwindcss": "^4.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/check": "^0.9.9",
"@lhci/cli": "^0.14.0",
"@playwright/test": "^1.49.0",
"@types/node": "^22.10.0",
Expand Down
Loading
Loading