Commit 0e48fa9
authored
fix(feed-directory): bundle catalog client script in Astro build (#1242)
The feed directory referenced ./feed-directory.js as a raw src URL, which
404'd in production and prevented GET /api/v1/configs from ever running.
Use an inline Astro script import so Vite emits a hashed /_astro/ bundle.1 parent 53d89f1 commit 0e48fa9
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
0 commit comments