mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 14:46:04 +00:00
fix build
This commit is contained in:
parent
9a10a0d910
commit
d62f1346dc
2 changed files with 2 additions and 1 deletions
1
src/routes/lightswitch/+page.ts
Normal file
1
src/routes/lightswitch/+page.ts
Normal file
|
@ -0,0 +1 @@
|
||||||
|
export const prerender = true
|
|
@ -23,7 +23,7 @@ function pngToGifForRetro() {
|
||||||
enforce: 'post',
|
enforce: 'post',
|
||||||
apply: 'build',
|
apply: 'build',
|
||||||
closeBundle: async () => {
|
closeBundle: async () => {
|
||||||
const baseDirectory = 'build/retro'
|
const baseDirectory = '.svelte-kit/output/client/retro'
|
||||||
|
|
||||||
const allFiles = await fs.promises.readdir(baseDirectory, {
|
const allFiles = await fs.promises.readdir(baseDirectory, {
|
||||||
recursive: true,
|
recursive: true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue