Skip to content

Commit

Permalink
Merge pull request #458 from narthur/master
Browse files Browse the repository at this point in the history
Remove references to etherpad domain
  • Loading branch information
narthur authored Dec 21, 2023
2 parents 1fc87fb + 3e09d7f commit f18f83c
Show file tree
Hide file tree
Showing 24 changed files with 3,494 additions and 9,622 deletions.
2 changes: 2 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ETHERPAD_DOMAIN="the_domain"
FILE_SYSTEM_CACHE="true"
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
env:
NODE_VERSION: "18"
PNPM_VERSION: "7"
ETHERPAD_DOMAIN: ${{ secrets.ETHERPAD_DOMAIN }}
jobs:
test:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.temp*
.vscode/
package-lock.json

# visual regression testing
/shots/
Expand Down
1 change: 1 addition & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import prefetch from "@astrojs/prefetch";
import getRedirects from "./src/lib/getRedirects";

import sitemap from "@astrojs/sitemap";
import "dotenv/config";

// https://astro.build/config
export default defineConfig({
Expand Down
Loading

0 comments on commit f18f83c

Please sign in to comment.