Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 31, 2023
1 parent f3b6176 commit 7df882c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Source/Layout/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface Props {
}
---

<!DOCTYPE html>
<!doctype html>
<html lang="en" class="no-js" dir="ltr">
<head>
<script>
Expand Down
4 changes: 0 additions & 4 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ export default defineConfig({
publicDir: "./Public",
outDir: "./Target",
site: "https://image.wtf",
experimental: {
assets: true,
viewTransitions: true,
},
compressHTML: true,
integrations: [
import.meta.env.MODE === "production" ? Worker() : null,
Expand Down

0 comments on commit 7df882c

Please sign in to comment.