Skip to content

Commit

Permalink
feat: finish embedding a website
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 5, 2024
1 parent 684662f commit 4b1d291
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import '../app.css'
import '../../app.css'
import { navigating, page } from '$app/stores'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions src/routes/(app)/from/[domain]/embed/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<script>
import '../../../../../app.css'
</script>

<svelte:head>
<meta content='noindex' name='robots'>
</svelte:head>

<slot></slot>
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion src/routes/from/[domain]/embed/+layout.svelte

This file was deleted.

0 comments on commit 4b1d291

Please sign in to comment.