Skip to content

Commit

Permalink
chore: disable manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
AirboZH committed Feb 20, 2024
1 parent c4953e4 commit cfc2587
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion templates/modules/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
th:text="${title}+' - '+ ${site.title}"
></title>

<link rel="manifest" th:href="@{/assets/dist/manifest.json}" />
<link
rel="stylesheet"
th:href="@{/assets/dist/main.css?v={version}(version=${theme.spec.version})}"
Expand Down
1 change: 0 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default defineConfig({
build: {
outDir: fileURLToPath(new URL('./templates/assets/dist/', import.meta.url)),
emptyOutDir: true,
manifest: true,
minify: true,
cssMinify: true,
rollupOptions: {
Expand Down

0 comments on commit cfc2587

Please sign in to comment.