Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 15, 2023
1 parent 77f163a commit ab71722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default (await import("astro/config")).defineConfig({
outDir: "./Target",
site: "https://playform.cloud",
compressHTML: false,

integrations: [
import.meta.env.MODE === "production"
? (await import("astrojs-service-worker")).default()
Expand Down
2 changes: 1 addition & 1 deletion build-docs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env sh

find_documents() {
\find src/content/en ! -iname "~*" -iname "*.docx" 2> /dev/null
\find src/content/en ! -iname "~*" -iname "*.docx" 2>/dev/null
}

for document in $(find_documents); do
Expand Down

0 comments on commit ab71722

Please sign in to comment.