Skip to content

Commit

Permalink
feat: release the website into the wild
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinderoubaix committed Feb 1, 2024
1 parent 219414d commit fe80de2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion demo/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="noindex" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/agnosui-logo.svg" />
%sveltekit.head%
Expand Down
4 changes: 1 addition & 3 deletions demo/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import github from 'bootstrap-icons/icons/github.svg?raw';
import twitter from 'bootstrap-icons/icons/twitter-x.svg?raw';
import './bs-customTheme.scss';
import {/*canonicalURL$,*/ pathToRoot$, routeLevel$} from '$lib/stores';
import {canonicalURL$, pathToRoot$, routeLevel$} from '$lib/stores';
import './styles.scss';
import {afterNavigate, beforeNavigate, onNavigate} from '$app/navigation';
import {page, updated} from '$app/stores';
Expand Down Expand Up @@ -64,11 +64,9 @@
};
</script>

<!-- TODO: add canonical URL when noindex is removed
<svelte:head>
<link rel="canonical" href={$canonicalURL$} />
</svelte:head>
-->

<div class="agnos-ui">
<nav class="demo-nav-top navbar">
Expand Down

0 comments on commit fe80de2

Please sign in to comment.