Skip to content

Commit

Permalink
fix(site): remove global window scope
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Dec 8, 2024
1 parent 52b4226 commit 4bbbaf2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/romainlanz.com/resources/views/inertia_layout.edge
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('resources/favicon/apple-touch-icon.png') }}" />
<meta name="apple-mobile-web-app-title" content="RomainLanz" />

<script>
window.RomainLanz = {
appUrl: '{{ env('APP_URL') }}',
}
</script>

@vite(['inertia/app/app.ts', `inertia/pages/${page.component}.vue`])
@inertiaHead()
</head>
Expand Down

0 comments on commit 4bbbaf2

Please sign in to comment.