Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
28 changes: 0 additions & 28 deletions .github/workflows/docs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Renders as:

## Demo

[https://react-and.surge.sh/](https://react-and.surge.sh/)
[https://lhansford.github.io/react-and/](https://lhansford.github.io/react-and/)

## License

Expand Down
17 changes: 17 additions & 0 deletions docs/assets/index-CAmp-Z2l.js

Large diffs are not rendered by default.

16 changes: 0 additions & 16 deletions docs/assets/index-Dsr-r1mW.js

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">

<script type="module" crossorigin src="/assets/index-Dsr-r1mW.js"></script>
<script type="module" crossorigin src="./assets/index-CAmp-Z2l.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">

<script type="module" src="/src/examples.tsx"></script>
<script type="module" src="./src/examples.tsx"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"type": "module",
"scripts": {
"build": "vite build -c ./config/vite.config.js && yarn type-check:emit",
"build:docs": "vite build --outDir docs",
"build:docs": "vite build --outDir docs --base='./'",
"dev": "vite dev -c ./config/vite.config.js",
"lint:fix": "yarn lint --fix",
"lint": "node_modules/.bin/eslint ./src --ext .js,.ts,.tsx",
Expand Down