Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed site URL to rust-quest.com; Other improvements #11

Merged
merged 8 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Deploy to GitHub Pages

on:
# Trigger the workflow every time you push to the `main` branch
# Using a different branch name? Replace `main` with your branch’s name
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab on GitHub.
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/build-test.yml

This file was deleted.

8 changes: 4 additions & 4 deletions frontend/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import compress from "astro-compress";

// https://astro.build/config
export default defineConfig({
site: "https://garriga.dev",
base: "/rust-quest",
site: "https://rust-quest.com",
/* base: "/rust-quest", */
integrations: [
starlight({
title: "Rust Quest",
Expand Down Expand Up @@ -55,5 +55,5 @@ export default defineConfig({
markdown: {
remarkPlugins: [],
extendDefaultPlugins: true,
}
});
},
});
8 changes: 5 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,26 @@
"@codemirror/language": "^6.9.3",
"@codemirror/state": "^6.3.3",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.22.1",
"@codemirror/view": "^6.22.2",
"@ddietr/codemirror-themes": "^1.4.2",
"@lezer/highlight": "^1.2.0",
"@macfja/svelte-persistent-store": "^2.4.1",
"astro": "^4.0.3",
"astro-compress": "^2.2.3",
"confettis": "^0.3.0",
"svelte": "^4.2.8",
"svelte-codemirror-editor": "^1.2.0",
"svelte-confetti-p5": "^0.2.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@iconify/svelte": "^3.1.4",
"@svelte-put/clickoutside": "^3.0.1",
"@svelte-put/shortcut": "^3.0.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-svelte": "^3.1.2",
"rollup-plugin-visualizer": "^5.10.0",
"rollup-plugin-visualizer": "^5.11.0",
"sharp": "^0.33.0"
}
}
Loading
Loading