diff options
Diffstat (limited to 'examples/framework-alpine/src')
-rw-r--r-- | examples/framework-alpine/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-alpine/src/pages/index.astro b/examples/framework-alpine/src/pages/index.astro index c72e41187..3626ed604 100644 --- a/examples/framework-alpine/src/pages/index.astro +++ b/examples/framework-alpine/src/pages/index.astro @@ -23,7 +23,7 @@ import Counter from '../components/Counter.astro'; </style> <!-- Be sure to include AlpineJS --> - <script src="//unpkg.com/alpinejs" defer></script> + <script src="//unpkg.com/alpinejs" defer is:inline></script> </head> <body> <main> |