Skip to content

Commit

Permalink
new build for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
yourchocomate committed Feb 21, 2024
1 parent 958259f commit 08cdd37
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 40 deletions.
35 changes: 35 additions & 0 deletions dist/assets/index-b9adccf1.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/assets/index-d5803582.css

This file was deleted.

35 changes: 0 additions & 35 deletions dist/assets/index-f9a1cedf.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/index-fd700a77.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="logo.png" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lara Migrator</title>
<script type="module" crossorigin src="assets/index-f9a1cedf.js"></script>
<link rel="stylesheet" href="assets/index-d5803582.css">
<script type="module" crossorigin src="/assets/index-b9adccf1.js"></script>
<link rel="stylesheet" href="/assets/index-fd700a77.css">
</head>

<body>
<div class="min-h-screen w-full px-8 py-8" x-data="migrator()">
<div class="flex flex-col justify-center items-center w-full">
<img src="logo.png" alt="Lara Migrator" class="h-[80px] sm:h-[100px]" />
<img src="/logo.png" alt="Lara Migrator" class="h-[80px] sm:h-[100px]" />
<p class="text-sm sm:text-md mb-4">Migrate your SQL database to Laravel migrations</p>
<template x-if="$store.errors.length > 0">
<div class="flex flex-col justify-center items-center w-full">
Expand Down

0 comments on commit 08cdd37

Please sign in to comment.