Skip to content

Commit

Permalink
Old Cleanup + Dynamic Routing with Projects
Browse files Browse the repository at this point in the history
  • Loading branch information
haydncomley committed Feb 7, 2024
1 parent 979f9eb commit e00adfe
Show file tree
Hide file tree
Showing 52 changed files with 227 additions and 1,551 deletions.
2 changes: 0 additions & 2 deletions astro-i18next.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import type { AstroI18nextConfig } from "astro-i18next";
import { Projects } from "./src/lib/Projects.lib";

export default {
defaultLocale: "en",
locales: ["en"],
defaultNamespace: "translation",
namespaces: [
"translation",
...Projects.map(project => `project_${project}`)
],
} as AstroI18nextConfig;
3 changes: 3 additions & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ export default defineConfig({
astroI18next(),
astroSingleFile(),
],
experimental: {
viewTransitions: true,
}
});
4 changes: 0 additions & 4 deletions public/locales/en/project_EasyTheme.json

This file was deleted.

4 changes: 0 additions & 4 deletions public/locales/en/project_LetsDraw.json

This file was deleted.

4 changes: 0 additions & 4 deletions public/locales/en/project_OutRanked.json

This file was deleted.

Binary file removed src/components/.DS_Store
Binary file not shown.
13 changes: 0 additions & 13 deletions src/components/Header.astro

This file was deleted.

11 changes: 0 additions & 11 deletions src/components/HeaderSocials.astro

This file was deleted.

10 changes: 0 additions & 10 deletions src/components/Link.astro

This file was deleted.

18 changes: 0 additions & 18 deletions src/components/Preview.astro

This file was deleted.

14 changes: 0 additions & 14 deletions src/components/Project.astro

This file was deleted.

27 changes: 0 additions & 27 deletions src/components/ProjectSplash.astro

This file was deleted.

11 changes: 0 additions & 11 deletions src/components/ThemeSelection.astro

This file was deleted.

7 changes: 0 additions & 7 deletions src/components/ThemesSetup.astro

This file was deleted.

46 changes: 0 additions & 46 deletions src/components/common/Navigation.astro

This file was deleted.

122 changes: 0 additions & 122 deletions src/components/common/NavigationButton.astro

This file was deleted.

Loading

0 comments on commit e00adfe

Please sign in to comment.