No description
Find a file
Roman Godmaire 8937e6580b fix: crossorigin didn't have specifier
According to MDN (and my LSP), `crossorigin` needs to have a specifier.
Since we don't want to send credentials, we use the `anonymous`
specifier

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#crossorigin
2023-12-07 22:26:03 -05:00
src fix: crossorigin didn't have specifier 2023-12-07 22:26:03 -05:00
static feat: Favicon! 2023-12-07 20:51:04 -05:00
.eslintignore Initial commit 2023-12-07 18:19:44 -05:00
.eslintrc.cjs style: tabs to spaces 2023-12-07 20:27:42 -05:00
.gitignore Initial commit 2023-12-07 18:19:44 -05:00
.npmrc Initial commit 2023-12-07 18:19:44 -05:00
.prettierignore Initial commit 2023-12-07 18:19:44 -05:00
.prettierrc style: tabs to spaces 2023-12-07 20:27:42 -05:00
package.json style: tabs to spaces 2023-12-07 20:27:42 -05:00
pnpm-lock.yaml Initial commit 2023-12-07 18:19:44 -05:00
README.md docs: Readme 2023-12-07 18:20:05 -05:00
svelte.config.js style: tabs to spaces 2023-12-07 20:27:42 -05:00
tsconfig.json style: tabs to spaces 2023-12-07 20:27:42 -05:00
vite.config.ts style: tabs to spaces 2023-12-07 20:27:42 -05:00

Is It Glue?

Probably.