Skip to content

Commit cbf4921

Browse files
committed
chore: adjust base path to reflect new repo
1 parent 2ae66d3 commit cbf4921

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/lib/editor/presets.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@ export const presets = [
22
{
33
label: 'Simple Surface Conditions',
44
content: `
5-
namespace myPack;
6-
5+
namespace myPack;
76
87
InFriendlyBiome := SurfaceCondition { Biome [ forest plains beach ] }
98
InUnfriendlyBiome := SurfaceCondition { Biome [ forest plains beach ] }
109
1110
HoneySurface := SurfaceRule { Block honey }
1211
SlimeSurface := SurfaceRule { Block slime }
1312
14-
1513
MyStrangeSurface := SurfaceRule {
1614
Sequence [
1715
If (InFriendlyBiome) HoneySurface

svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config = {
1313
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
1414
adapter: adapter({}),
1515
paths: {
16-
base: process.env.CI ? '/mms' : ''
16+
base: process.env.CI ? '/ui' : ''
1717
}
1818
}
1919
};

0 commit comments

Comments
 (0)