Skip to content

Commit ab2933a

Browse files
committed
Fix static videos to also be managed as assets
1 parent 9898bda commit ab2933a

40 files changed

Lines changed: 8 additions & 1 deletion

.vitepress/config.mts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,14 @@ export default defineConfig({
283283
},
284284
},
285285

286+
vue: {
287+
template: {
288+
transformAssetUrls: {
289+
StaticVideo: ["path"],
290+
}
291+
}
292+
},
293+
286294
vite: {
287295
publicDir: "../public",
288296
},

_articles/scripting-introduction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ Here we make use of the Timers library for a simple 1.0 second delay, there are
227227

228228
<StaticVideo path="/videos/DigitalDefinitiveChimpanzee.mp4" />
229229

230-
231230
### Tables
232231

233232
Tables are the most important structure we will have to use. As mentioned before, all the info on entities can be seen as a table (even though it's technically a pointer to a C++ object), and you Get and Set the values through the various Game API functions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)