diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-25 01:39:56 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-25 01:39:56 +0200 |
| commit | c0af3a63d6cd7b893ca23aeb442e776955bc2c91 (patch) | |
| tree | 0fec30f2bc12503e6095271dd32159322355c5c6 /src/routes/+layout.ts | |
| parent | fix: incorrect social link hover color transition (diff) | |
| download | pml68.dev-c0af3a63d6cd7b893ca23aeb442e776955bc2c91.tar.gz | |
feat: "rewrite" in pure HTML/CSS
Diffstat (limited to '')
| -rw-r--r-- | src/routes/+layout.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/routes/+layout.ts b/src/routes/+layout.ts deleted file mode 100644 index c5dbeb7..0000000 --- a/src/routes/+layout.ts +++ /dev/null @@ -1,2 +0,0 @@ -export const prerender = true -export const trailingSlash = 'always' |
