Skip to content

Commit

Permalink
Merge pull request #118 from boscop-fr/feature-domain-redirect
Browse files Browse the repository at this point in the history
Redirecting from the old domain
  • Loading branch information
felixgirault authored Feb 25, 2025
2 parents a9d656a + 31b371c commit abf94d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export const templatePlugin = ({
export const assetsPlugin = () =>
new rspack.CopyRspackPlugin({
patterns: [
{from: 'site/_redirects'},
{
from: 'site/assets',
to: 'assets',
Expand Down
1 change: 1 addition & 0 deletions site/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://orejime.empreintedigitale.fr/* https://orejime.boscop.fr/:splat 301!

0 comments on commit abf94d2

Please sign in to comment.