Skip to content

Commit

Permalink
fix site build, update title
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkev committed Aug 11, 2024
1 parent 13a7e7a commit 47cd086
Show file tree
Hide file tree
Showing 8 changed files with 438 additions and 304 deletions.
1 change: 0 additions & 1 deletion docs/assets/index-BKZQ0FIN.css

This file was deleted.

295 changes: 0 additions & 295 deletions docs/assets/index-ChdMRz75.js

This file was deleted.

429 changes: 429 additions & 0 deletions docs/assets/site-Dc7kVKoL.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/site-Dz1_dxXo.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<meta name="twitter:card" content="summary" />
<!-- CHANGE THESE -->
<meta property="og:image" content="/favicon.ico">
<meta property="og:title" content="Vite + React + TypeScript" />
<meta property="og:title" content="webgpu-waveform: Render waveforms using WebGPU" />
<meta property="og:description" content="Built with http://github.com/mrkev/new-react-ts-lib" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github-dark.min.css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tufte-css/1.8.0/tufte.min.css"> -->
<!-- <link rel="stylesheet" href="https://www.w3.org/StyleSheets/Core/Modernist" type="text/css"> -->

<title>webgpu-waveform</title>
<script type="module" crossorigin src="./assets/index-ChdMRz75.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BKZQ0FIN.css">
<title>webgpu-waveform: Render waveforms using WebGPU</title>
<script type="module" crossorigin src="./assets/site-Dc7kVKoL.js"></script>
<link rel="stylesheet" crossorigin href="./assets/site-Dz1_dxXo.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"build": {
"dependsOn": ["^build"],
"outputs": ["{projectRoot}/dist"],
"cache": true
"cache": false
},
"test": {
"cache": true
Expand Down
4 changes: 2 additions & 2 deletions packages/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<meta name="twitter:card" content="summary" />
<!-- CHANGE THESE -->
<meta property="og:image" content="/favicon.ico">
<meta property="og:title" content="Vite + React + TypeScript" />
<meta property="og:title" content="webgpu-waveform: Render waveforms using WebGPU" />
<meta property="og:description" content="Built with http://github.com/mrkev/new-react-ts-lib" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github-dark.min.css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tufte-css/1.8.0/tufte.min.css"> -->
<!-- <link rel="stylesheet" href="https://www.w3.org/StyleSheets/Core/Modernist" type="text/css"> -->

<title>webgpu-waveform</title>
<title>webgpu-waveform: Render waveforms using WebGPU</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion packages/site/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import rehypeSlug from "rehype-slug";
export default defineConfig({
plugins: [react(), mdx({ rehypePlugins: [highlight, rehypeSlug] })],
build: {
outDir: "../../../docs",
outDir: "../../docs",
rollupOptions: {
input: {
site: "./index.html",
Expand Down

0 comments on commit 47cd086

Please sign in to comment.