Compare commits
No commits in common. "d30cf4cef484a7ce97bcb0e7f0dc3e91bda4dc8f" and "c83d4221cc07002a84084aa4da40d7ef81743f84" have entirely different histories.
d30cf4cef4
...
c83d4221cc
2 changed files with 1 additions and 5 deletions
|
|
@ -34,10 +34,6 @@ const specialResolvers: Record<string, (url: URL) => string> = {
|
|||
if (prefix[0] === "git") {
|
||||
return 'git.teasanctuary.ru';
|
||||
}
|
||||
// Особый случай: приглашение в Discord
|
||||
if (url.pathname.startsWith('/discord')) {
|
||||
return 'discord.gg';
|
||||
}
|
||||
return 'teasanctuary.ru';
|
||||
},
|
||||
// Игнорируем имя пользователя
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<script lang="ts">
|
||||
import '$src/app.css';
|
||||
import { page } from '$app/state';
|
||||
import '$src/syntax-highlight.css'; // https://github.com/PrismJS/prism-themes
|
||||
// import '../syntax-highlight.css'; // https://github.com/PrismJS/prism-themes
|
||||
import NavBar from '$lib/components/NavBar.svelte';
|
||||
|
||||
const routes: App.Route[] = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue