Skip to content
Merged
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"explorer.excludeGitIgnore": true,
"search.useParentIgnoreFiles": true,
"search.useIgnoreFiles": true,
"files.watcherExclude": {
Expand Down
3 changes: 2 additions & 1 deletion apps/web/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build]
base = "apps/web"
command = "pnpm -F @hypr/web build"
publish = "apps/web/dist/client"
publish = "dist/client"

[build.environment]
VITE_APP_URL = "https://hyprnote.com"
Expand Down
7 changes: 0 additions & 7 deletions apps/web/netlify/edge-functions/deno.json

This file was deleted.

108 changes: 0 additions & 108 deletions apps/web/netlify/edge-functions/og.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import viteTsConfigPaths from "vite-tsconfig-paths";

const config = defineConfig(() => ({
plugins: [
netlify({ dev: { images: { enabled: true } } }),
contentCollections(),
viteTsConfigPaths({ projects: ["./tsconfig.json"] }),
tailwindcss(),
Expand All @@ -30,6 +29,7 @@ const config = defineConfig(() => ({
},
}),
viteReact(),
netlify({ dev: { images: { enabled: true } } }),
],
ssr: {
noExternal: ["posthog-js", "@posthog/react"],
Expand Down
Loading